瀏覽代碼

fix typo in comments

Signed-off-by: Kaijie Chen <chen@kaijie.org>
Kaijie Chen 4 年之前
父節點
當前提交
ae6cf966f9
共有 1 個文件被更改,包括 1 次插入1 次删除
  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