]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
Update cgroup.h 3182/head
authorAaditya Murthy <aadi123@users.noreply.github.com>
Sat, 9 Nov 2019 18:17:08 +0000 (12:17 -0600)
committerGitHub <noreply@github.com>
Sat, 9 Nov 2019 18:17:08 +0000 (12:17 -0600)
Fixed the documentation to say that cgroupv2 uses a unified hierarchy
Signed-off-by: Aaditya Murthy <amurthy123@utexas.edu>
src/lxc/cgroups/cgroup.h

index f3f0f6726684273614eca7f80a48e2a83ac4cf7b..6ab5187c255916522a77b5a4760e7d0414379200 100644 (file)
@@ -77,7 +77,7 @@ typedef enum {
  *   If the hierarchy is a legacy hierarchy this will be set to
  *   CGROUP_SUPER_MAGIC.
  * - unified hierarchy
- *   If the hierarchy is a legacy hierarchy this will be set to
+ *   If the hierarchy is a unified hierarchy this will be set to
  *   CGROUP2_SUPER_MAGIC.
  */
 struct hierarchy {