]> git.proxmox.com Git - mirror_lxc.git/commitdiff
spelling: hierarchy
authorJosh Soref <jsoref@users.noreply.github.com>
Tue, 30 Oct 2018 07:08:31 +0000 (07:08 +0000)
committerJosh Soref <jsoref@users.noreply.github.com>
Tue, 30 Oct 2018 07:08:31 +0000 (07:08 +0000)
Signed-off-by: Josh Soref <jsoref@gmail.com>
doc/ja/lxc.container.conf.sgml.in
doc/lxc.container.conf.sgml.in
src/lxc/pam/pam_cgfs.c

index a0fbb1d88d98cff680d30d671b474d4699452c3d..cb9a8a7603f11bc631a4c95e46e864fc6d10da07 100644 (file)
@@ -1916,7 +1916,7 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
             <para>
               <!--
               Specify the control group value to be set on the unified cgroup
-              shierarchy. The controller name is the literal name of the control
+              hierarchy. The controller name is the literal name of the control
               group. The permitted names and the syntax of their values is not
               dictated by LXC, instead it depends on the features of the Linux
               kernel running at the time the container is started, eg.
index d217e53d9c83fb1670a0ffd129c0f64cd4976ad3..0a20e06dbc414fb7c234687c97058e38d1eafaab 100644 (file)
@@ -1443,7 +1443,7 @@ dev/null proc/kcore none bind,relative 0 0
           <listitem>
             <para>
               Specify the control group value to be set on the unified cgroup
-              shierarchy. The controller name is the literal name of the control
+              hierarchy. The controller name is the literal name of the control
               group. The permitted names and the syntax of their values is not
               dictated by LXC, instead it depends on the features of the Linux
               kernel running at the time the container is started, eg.
index 4b2aa567e3595b0d6204f384d26108610c9dd673..855a40f87ff2070379bf75f7828a5b080fdb4011 100644 (file)
@@ -1281,7 +1281,7 @@ static inline int cg_get_version_of_mntpt(const char *path)
 }
 
 /* Detect and store information about the cgroupfs v2 hierarchy. Currently only
- * deals with the empty v2 hierachy as we do not retrieve enabled controllers.
+ * deals with the empty v2 hierarchy as we do not retrieve enabled controllers.
  */
 static bool cgv2_init(uid_t uid, gid_t gid)
 {