summaryrefslogtreecommitdiff
path: root/src/core/cgroup.c
diff options
context:
space:
mode:
authorTorstein Husebø <torstein@huseboe.net>2015-01-26 15:29:14 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2015-01-26 10:39:47 -0500
commitcc98b3025eeb89addb76a27390cb2baca4eab8b9 (patch)
treeab7a776869de4cf49a5382307e9133fbdb9676d9 /src/core/cgroup.c
parentebf31a1f58d0b10ca63c928ff31b7745fc724003 (diff)
treewide: fix multiple typos
Diffstat (limited to 'src/core/cgroup.c')
-rw-r--r--src/core/cgroup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/cgroup.c b/src/core/cgroup.c
index 16b8e1e59..64d00b16b 100644
--- a/src/core/cgroup.c
+++ b/src/core/cgroup.c
@@ -954,7 +954,7 @@ int manager_setup_cgroup(Manager *m) {
if (m->pin_cgroupfs_fd < 0)
return log_error_errno(errno, "Failed to open pin file: %m");
- /* 6. Always enable hierarchial support if it exists... */
+ /* 6. Always enable hierarchical support if it exists... */
cg_set_attribute("memory", "/", "memory.use_hierarchy", "1");
}