]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
nspawn: fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 8 Apr 2024 00:12:06 +0000 (09:12 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 8 Apr 2024 00:12:08 +0000 (09:12 +0900)
Follow-up for 0af7e294343b29d769c1bae6a8d390236560ec1a.

src/nspawn/nspawn.c

index 7edb45dd172cf3692159d5837fbe0c75e1308ef2..f4da91797e3639e958047e17d5e51b57eca8843b 100644 (file)
@@ -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)