From 693a28d7482355906501a910ae48b32979e46d8f Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Mon, 8 Apr 2024 09:12:06 +0900 Subject: nspawn: fix typo Follow-up for 0af7e294343b29d769c1bae6a8d390236560ec1a. --- src/nspawn/nspawn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3