fix typo in comments
Signed-off-by: Kaijie Chen <chen@kaijie.org>
This commit is contained in:
parent
40d9e2aff1
commit
ae6cf966f9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue