From 3292120adf1c1131d6d1901f0fd1de2c937e43a3 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Mon, 16 Sep 2024 11:47:40 +0900 Subject: [PATCH] nspawn: fix typo Follow-up for d7a6bb9891ecc38a1bedef9689d00671bb0001ff. --- 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 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) { -- 2.47.3