diff options
author | Michael Biebl <mbiebl@gmail.com> | 2016-07-12 02:47:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-12 02:47:25 +0200 |
commit | e18ec3c71d6450de898cd46e659b560e18ee8430 (patch) | |
tree | 1028bd5ea783209d44aefa0acacd277d2dea44ab /src/nspawn | |
parent | d6cdc4cd4b58cfff4b44e1201e54f05b4a38d2d4 (diff) | |
parent | 61233823aa4b0fe9605e0a7cd77261b3c5bca8e9 (diff) |
Merge pull request #3702 from torstehu/fix-typo
treewide: fix typos and remove accidental repetition of words
Diffstat (limited to 'src/nspawn')
-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 |