Преглед изворни кода

Merge pull request #42106 from ckj996/fix-typo

fix a typo in comments
Tianon Gravi пре 4 година
родитељ
комит
03a07af6de
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      layer/layer.go

+ 1 - 1
layer/layer.go

@@ -126,7 +126,7 @@ type RWLayer interface {
 	Parent() Layer
 	Parent() Layer
 
 
 	// Mount mounts the RWLayer and returns the filesystem path
 	// Mount mounts the RWLayer and returns the filesystem path
-	// the to the writable layer.
+	// to the writable layer.
 	Mount(mountLabel string) (containerfs.ContainerFS, error)
 	Mount(mountLabel string) (containerfs.ContainerFS, error)
 
 
 	// Unmount unmounts the RWLayer. This should be called
 	// Unmount unmounts the RWLayer. This should be called