chiark / gitweb /
Use plural DelegateControllers= consistently
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 14 Nov 2017 20:29:40 +0000 (21:29 +0100)
committerSven Eden <yamakuzure@gmx.net>
Tue, 14 Nov 2017 20:29:40 +0000 (21:29 +0100)
src/core/cgroup.c

index f14709c697933c485e4eb1313e292a0c1aebcae3..656644828f0c0c4dc55cb3d26893442a1d24c8be 100644 (file)
@@ -215,7 +215,7 @@ void cgroup_context_dump(CGroupContext *c, FILE* f, const char *prefix) {
 
                 (void) cg_mask_to_string(c->delegate_controllers, &t);
 
-                fprintf(f, "%sDelegateController=%s\n",
+                fprintf(f, "%sDelegateControllers=%s\n",
                         prefix,
                         strempty(t));
         }