From 916654fffafa945a6ee0e09bbe523c11eabd7b28 Mon Sep 17 00:00:00 2001 From: Iceber Gu Date: Wed, 24 Feb 2021 15:51:06 +0800 Subject: [PATCH] libcontainer: fix LinuxFactory comments Signed-off-by: Iceber Gu --- libcontainer/factory_linux.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcontainer/factory_linux.go b/libcontainer/factory_linux.go index 5cd374162..b181d08d0 100644 --- a/libcontainer/factory_linux.go +++ b/libcontainer/factory_linux.go @@ -225,7 +225,7 @@ type LinuxFactory struct { // containers. CriuPath string - // New{u,g}uidmapPath is the path to the binaries used for mapping with + // New{u,g}idmapPath is the path to the binaries used for mapping with // rootless containers. NewuidmapPath string NewgidmapPath string