From 71c26873600f7816ea418ded6cd6516dd5e4623a Mon Sep 17 00:00:00 2001 From: Daniel Mack Date: Fri, 16 Jan 2015 13:44:32 +0100 Subject: [PATCH] cgroup: fix typo --- src/core/cgroup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/cgroup.c b/src/core/cgroup.c index 97f656eb5..16b8e1e59 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) -- 2.30.2