From: Yu Watanabe Date: Mon, 16 Sep 2024 02:47:40 +0000 (+0900) Subject: nspawn: fix typo X-Git-Tag: v257-rc1~428 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3292120adf1c1131d6d1901f0fd1de2c937e43a3;p=thirdparty%2Fsystemd.git nspawn: fix typo Follow-up for d7a6bb9891ecc38a1bedef9689d00671bb0001ff. --- diff --git a/src/nspawn/nspawn.c b/src/nspawn/nspawn.c index cd4467cca4e..fb1954320e0 100644 --- a/src/nspawn/nspawn.c +++ b/src/nspawn/nspawn.c @@ -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) {