spelling: hierarchy

Signed-off-by: Josh Soref <jsoref@gmail.com>
This commit is contained in:
Josh Soref 2018-10-30 07:08:31 +00:00
parent 154f647486
commit d0d684687a
3 changed files with 3 additions and 3 deletions

View File

@ -1916,7 +1916,7 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
<para> <para>
<!-- <!--
Specify the control group value to be set on the unified cgroup 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 group. The permitted names and the syntax of their values is not
dictated by LXC, instead it depends on the features of the Linux dictated by LXC, instead it depends on the features of the Linux
kernel running at the time the container is started, eg. kernel running at the time the container is started, eg.

View File

@ -1443,7 +1443,7 @@ dev/null proc/kcore none bind,relative 0 0
<listitem> <listitem>
<para> <para>
Specify the control group value to be set on the unified cgroup 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 group. The permitted names and the syntax of their values is not
dictated by LXC, instead it depends on the features of the Linux dictated by LXC, instead it depends on the features of the Linux
kernel running at the time the container is started, eg. kernel running at the time the container is started, eg.

View 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 /* 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) static bool cgv2_init(uid_t uid, gid_t gid)
{ {