diff options
author | Torstein Husebø <torstein@huseboe.net> | 2016-07-10 14:48:23 +0200 |
---|---|---|
committer | Torstein Husebø <torstein@huseboe.net> | 2016-07-11 16:18:43 +0200 |
commit | 61233823aa4b0fe9605e0a7cd77261b3c5bca8e9 (patch) | |
tree | 1028bd5ea783209d44aefa0acacd277d2dea44ab /src/nspawn/nspawn-cgroup.c | |
parent | d6cdc4cd4b58cfff4b44e1201e54f05b4a38d2d4 (diff) |
treewide: fix typos and remove accidental repetition of words
Diffstat (limited to 'src/nspawn/nspawn-cgroup.c')
-rw-r--r-- | src/nspawn/nspawn-cgroup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nspawn/nspawn-cgroup.c b/src/nspawn/nspawn-cgroup.c index f50f1ad6c2..b1580236c9 100644 --- a/src/nspawn/nspawn-cgroup.c +++ b/src/nspawn/nspawn-cgroup.c @@ -123,7 +123,7 @@ int create_subcgroup(pid_t pid, bool unified_requested) { int unified, r; CGroupMask supported; - /* In the unified hierarchy inner nodes may only only contain + /* In the unified hierarchy inner nodes may only contain * subgroups, but not processes. Hence, if we running in the * unified hierarchy and the container does the same, and we * did not create a scope unit for the container move us and |