From 245066afbc64622cebeb93270bcda067d2d74e20 Mon Sep 17 00:00:00 2001 From: Christian Brauner Date: Sun, 14 Feb 2021 20:45:22 +0100 Subject: [PATCH] start: fix comment about time namespace preservation Signed-off-by: Christian Brauner --- src/lxc/start.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lxc/start.c b/src/lxc/start.c index eccc00d88..02cc7e0d3 100644 --- a/src/lxc/start.c +++ b/src/lxc/start.c @@ -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) { -- 2.47.2