Browse code

fix typo in comments

Signed-off-by: Kaijie Chen <chen@kaijie.org>

Kaijie Chen authored on 2021/03/03 00:03:04
Showing 1 changed files
... ...
@@ -126,7 +126,7 @@ type RWLayer interface {
126 126
 	Parent() Layer
127 127
 
128 128
 	// Mount mounts the RWLayer and returns the filesystem path
129
-	// the to the writable layer.
129
+	// to the writable layer.
130 130
 	Mount(mountLabel string) (containerfs.ContainerFS, error)
131 131
 
132 132
 	// Unmount unmounts the RWLayer. This should be called