diff options
author | Daniel Mack <daniel@zonque.org> | 2015-01-16 13:44:32 +0100 |
---|---|---|
committer | Daniel Mack <daniel@zonque.org> | 2015-01-19 18:34:17 +0100 |
commit | 71c26873600f7816ea418ded6cd6516dd5e4623a (patch) | |
tree | e0c7f06727516cee8edbf44d2986d869decaa4fc /src | |
parent | a2341f6836da0a217ab0c5f2b82f0c4ea13d429d (diff) |
cgroup: fix typo
Diffstat (limited to 'src')
-rw-r--r-- | src/core/cgroup.c | 2 |
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) |