From: Josh Soref Date: Tue, 30 Oct 2018 08:19:23 +0000 (+0000) Subject: spelling: userns X-Git-Tag: lxc-3.1.0~26^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ded5fa706fc85123503aff8abb646428b4c9f1a;p=thirdparty%2Flxc.git spelling: userns Signed-off-by: Josh Soref --- diff --git a/src/lxc/conf.c b/src/lxc/conf.c index a5dc9b9fe..fbf569b0f 100644 --- a/src/lxc/conf.c +++ b/src/lxc/conf.c @@ -1404,7 +1404,7 @@ int lxc_chroot(const struct lxc_rootfs *rootfs) * unmounted between read operations from the mountinfo. So we need to * read mountinfo a few times. * - * This loop can be skipped if a container uses unserns, because all + * This loop can be skipped if a container uses userns, because all * inherited mounts are locked and we should live with all this trash. */ for (;;) { @@ -1447,7 +1447,7 @@ int lxc_chroot(const struct lxc_rootfs *rootfs) break; } - /* This also can be skipped if a container uses unserns. */ + /* This also can be skipped if a container uses userns. */ (void)umount2("./proc", MNT_DETACH); /* It is weird, but chdir("..") moves us in a new root */