Explorar o código

fix typo in comments

Signed-off-by: Kaijie Chen <chen@kaijie.org>
Kaijie Chen %!s(int64=4) %!d(string=hai) anos
pai
achega
ae6cf966f9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      layer/layer.go

+ 1 - 1
layer/layer.go

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