chiark / gitweb /
cgroup: fix typo
authorDaniel Mack <daniel@zonque.org>
Fri, 16 Jan 2015 12:44:32 +0000 (13:44 +0100)
committerDaniel Mack <daniel@zonque.org>
Mon, 19 Jan 2015 17:34:17 +0000 (18:34 +0100)
src/core/cgroup.c

index 97f656eb5d8f4deaa850f4cd21cd6675bde4ec1c..16b8e1e59916c5bbadb4f7b6cbf96b37def26154 100644 (file)
@@ -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)