From: Daniel Mack Date: Fri, 16 Jan 2015 12:44:32 +0000 (+0100) Subject: cgroup: fix typo X-Git-Tag: v219~442 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=71c26873600f7816ea418ded6cd6516dd5e4623a;p=thirdparty%2Fsystemd.git cgroup: fix typo --- diff --git a/src/core/cgroup.c b/src/core/cgroup.c index 97f656eb5d8..16b8e1e5991 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)