summaryrefslogtreecommitdiffstats
path: root/src/core/cgroup.c
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2017-11-14 21:29:40 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2017-11-15 22:58:24 +0100
commit47a78d4102596c154cb3eeea6df16bf6ee1a4e61 (patch)
tree8938235f64a414472fdc0eba55312ace831dd5ad /src/core/cgroup.c
parentUpdate TODO (diff)
downloadsystemd-47a78d4102596c154cb3eeea6df16bf6ee1a4e61.tar.xz
systemd-47a78d4102596c154cb3eeea6df16bf6ee1a4e61.zip
Use plural DelegateControllers= consistently
Diffstat (limited to 'src/core/cgroup.c')
-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 6872da1f89..903c275359 100644
--- a/src/core/cgroup.c
+++ b/src/core/cgroup.c
@@ -214,7 +214,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));
}