summaryrefslogtreecommitdiff
path: root/layer
diff options
context:
space:
mode:
Diffstat (limited to 'layer')
-rw-r--r--layer/layer.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/layer/layer.go b/layer/layer.go
index 7b7624f4fc..e7e3619ddd 100644
--- a/layer/layer.go
+++ b/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