From: Yu Watanabe Date: Mon, 8 Apr 2024 00:12:06 +0000 (+0900) Subject: nspawn: fix typo X-Git-Tag: v256-rc1~279 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=693a28d7482355906501a910ae48b32979e46d8f;p=thirdparty%2Fsystemd.git nspawn: fix typo Follow-up for 0af7e294343b29d769c1bae6a8d390236560ec1a. --- diff --git a/src/nspawn/nspawn.c b/src/nspawn/nspawn.c index 7edb45dd172..f4da91797e3 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)