diff options
author | Stefan Schweter <stefan@schweter.it> | 2017-01-25 03:45:30 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-01-24 21:45:30 -0500 |
commit | 1a012455c218a2b45423c3a1f863b05c37ad9632 (patch) | |
tree | 57f18b362cc4e47a96f77a51cd62e640d113e16f /src/nspawn/nspawn-stub-pid1.c | |
parent | ff85f271ca9a93e106b3a7afc055e5d228f71670 (diff) |
tree-wide: remove consecutive duplicate words in comments (#5148)
Diffstat (limited to 'src/nspawn/nspawn-stub-pid1.c')
-rw-r--r-- | src/nspawn/nspawn-stub-pid1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nspawn/nspawn-stub-pid1.c b/src/nspawn/nspawn-stub-pid1.c index 38ab37367e..7f2a53a245 100644 --- a/src/nspawn/nspawn-stub-pid1.c +++ b/src/nspawn/nspawn-stub-pid1.c @@ -87,7 +87,7 @@ int stub_pid1(sd_id128_t uuid) { /* Flush out /proc/self/environ, so that we don't leak the environment from the host into the container. Also, * set $container= and $container_uuid= so that clients in the container that query it from /proc/1/environ - * find them set set. */ + * find them set. */ sd_id128_to_string(uuid, new_environment + sizeof(new_environment) - SD_ID128_STRING_MAX); reset_environ(new_environment, sizeof(new_environment)); |