fix typo in comments

Signed-off-by: Kaijie Chen <chen@kaijie.org>
This commit is contained in:
Kaijie Chen 2021-03-02 23:03:04 +08:00
parent 40d9e2aff1
commit ae6cf966f9
1 changed files with 1 additions and 1 deletions

View File

@ -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