[systemd-commits] src/core

Daniel Mack zonque at kemper.freedesktop.org
Mon Jan 19 09:35:00 PST 2015


 src/core/cgroup.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 71c26873600f7816ea418ded6cd6516dd5e4623a
Author: Daniel Mack <daniel at zonque.org>
Date:   Fri Jan 16 13:44:32 2015 +0100

    cgroup: fix typo

diff --git a/src/core/cgroup.c b/src/core/cgroup.c
index 97f656e..16b8e1e 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)



More information about the systemd-commits mailing list