]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
nspawn: fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 16 Sep 2024 02:47:40 +0000 (11:47 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 16 Sep 2024 02:47:43 +0000 (11:47 +0900)
Follow-up for d7a6bb9891ecc38a1bedef9689d00671bb0001ff.

src/nspawn/nspawn.c

index cd4467cca4e58948bfb3116670bf8d706ccfd59a..fb1954320e0120b1c85cb812b72bf225afcad5d3 100644 (file)
@@ -5602,7 +5602,7 @@ static int run_container(
         }
 
         /* Note: we do not use SD_EVENT_SIGNAL_PROCMASK or sd_event_set_signal_exit(), since we want the
-         * signals to be block continously, even if we destroy the event loop and allocate a new one on
+         * signals to be block continuously, even if we destroy the event loop and allocate a new one on
          * container reboot. */
 
         if (arg_kill_signal > 0) {