diff options
-rw-r--r-- | src/nspawn/nspawn.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nspawn/nspawn.c b/src/nspawn/nspawn.c index 7edb45dd17..f4da91797e 100644 --- a/src/nspawn/nspawn.c +++ b/src/nspawn/nspawn.c @@ -5095,7 +5095,7 @@ static int run_container( if (arg_privileged) { assert(userns_fd < 0); - /* If we have no user namespace then we'll clone and create a new mount namepsace right-away. */ + /* If we have no user namespace then we'll clone and create a new mount namespace right-away. */ *pid = raw_clone(SIGCHLD|CLONE_NEWNS); if (*pid < 0) |