From ae6cf966f9ed4bc98d07619fde3344be7cbffc99 Mon Sep 17 00:00:00 2001 From: Kaijie Chen Date: Tue, 2 Mar 2021 23:03:04 +0800 Subject: fix typo in comments Signed-off-by: Kaijie Chen --- layer/layer.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'layer') 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 -- cgit v1.2.1