summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2017-11-14 21:29:40 +0100
committerSven Eden <yamakuzure@gmx.net>2017-11-14 21:29:40 +0100
commit143c99acf184c434c045d78d1a4f91f3bb1267db (patch)
tree71b027111627a23015868fa73ebcf50283e04403 /src
parenta7b9ac880b452f0acebd42f63aa9d3a70b3692df (diff)
Use plural DelegateControllers= consistently
Diffstat (limited to 'src')
-rw-r--r--src/core/cgroup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/cgroup.c b/src/core/cgroup.c
index f14709c69..656644828 100644
--- a/src/core/cgroup.c
+++ b/src/core/cgroup.c
@@ -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));
}