]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
start: improve comment in lxc_spawn()
authorChristian Brauner <christian.brauner@ubuntu.com>
Sun, 14 Feb 2021 19:44:57 +0000 (20:44 +0100)
committerChristian Brauner <christian.brauner@ubuntu.com>
Sun, 14 Feb 2021 19:44:57 +0000 (20:44 +0100)
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
src/lxc/start.c

index 2a904a4db4a3a2a33424fbe10e31307800c7c087..eccc00d8820dfd4c07b17795cd1334fcc6d7c70c 100644 (file)
@@ -1878,8 +1878,8 @@ static int lxc_spawn(struct lxc_handler *handler)
                goto out_delete_net;
 
        /*
-        * with isolation the limiting devices cgroup was already setup, so
-        * only setup devices here if we have no namespace directory
+        * With isolation the limiting devices cgroup was already setup, so
+        * only setup devices here if we have no namespace directory.
         */
        if (!handler->conf->cgroup_meta.namespace_dir &&
            !cgroup_ops->setup_limits_legacy(cgroup_ops, handler->conf, true)) {