]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
conf: remove wrong comment
authorChristian Brauner <christian.brauner@ubuntu.com>
Mon, 15 Feb 2021 12:41:02 +0000 (13:41 +0100)
committerChristian Brauner <christian.brauner@ubuntu.com>
Mon, 15 Feb 2021 12:41:02 +0000 (13:41 +0100)
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
src/lxc/conf.h

index bb61b2597022400916fb504b1edeef2d0dd122ef..82a4681b86a3232fc9f86e46699939d280638e56 100644 (file)
@@ -241,7 +241,7 @@ enum {
        LXC_AUTO_CGROUP_NOSPEC        = 0x0B0, /* /sys/fs/cgroup (partial mount, r/w or mixed, depending on caps) */
        LXC_AUTO_CGROUP_FULL_NOSPEC   = 0x0E0, /* /sys/fs/cgroup (full mount, r/w or mixed, depending on caps) */
        LXC_AUTO_CGROUP_FORCE         = 0x100, /* mount cgroups even when cgroup namespaces are supported */
-       LXC_AUTO_CGROUP_MASK          = 0x1F0, /* all known cgroup options, doe not contain LXC_AUTO_CGROUP_FORCE */
+       LXC_AUTO_CGROUP_MASK          = 0x1F0, /* all known cgroup options */
 
        LXC_AUTO_SHMOUNTS             = 0x200, /* shared mount point */
        LXC_AUTO_SHMOUNTS_MASK        = 0x200, /* shared mount point mask */