]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
start: fix comment about time namespace preservation 3672/head
authorChristian Brauner <christian.brauner@ubuntu.com>
Sun, 14 Feb 2021 19:45:22 +0000 (20:45 +0100)
committerChristian Brauner <christian.brauner@ubuntu.com>
Sun, 14 Feb 2021 19:45:22 +0000 (20:45 +0100)
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
src/lxc/start.c

index eccc00d8820dfd4c07b17795cd1334fcc6d7c70c..02cc7e0d3b18f8a5c6ccf6f77ecaf579083e1670 100644 (file)
@@ -1909,7 +1909,7 @@ static int lxc_spawn(struct lxc_handler *handler)
        TRACE("Finished setting up cgroups");
 
        if (handler->ns_unshare_flags & CLONE_NEWTIME) {
-               /* Now we're ready to preserve the cgroup namespace */
+               /* Now we're ready to preserve the time namespace */
                ret = lxc_try_preserve_namespace(handler, LXC_NS_TIME, "time");
                if (ret < 0) {
                        if (ret != -ENOENT) {