summaryrefslogtreecommitdiff
path: root/src/core/cgroup.c
diff options
context:
space:
mode:
authorDaniel Mack <daniel@zonque.org>2015-01-16 13:44:32 +0100
committerDaniel Mack <daniel@zonque.org>2015-01-19 18:34:17 +0100
commit71c26873600f7816ea418ded6cd6516dd5e4623a (patch)
treee0c7f06727516cee8edbf44d2986d869decaa4fc /src/core/cgroup.c
parenta2341f6836da0a217ab0c5f2b82f0c4ea13d429d (diff)
cgroup: fix typo
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 97f656eb5d..16b8e1e599 100644
--- a/src/core/cgroup.c
+++ b/src/core/cgroup.c
@@ -292,7 +292,7 @@ void cgroup_context_apply(CGroupContext *c, CGroupControllerMask mask, const cha
if (mask == 0)
return;
- /* Some cgroup attributes are not support on the root cgroup,
+ /* Some cgroup attributes are not supported on the root cgroup,
* hence silently ignore */
is_root = isempty(path) || path_equal(path, "/");
if (is_root)