From 3fbabec53cda14fb095a366f59e5b8b7a3d193e6 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Tue, 15 Apr 2025 02:24:58 +0200 Subject: [PATCH] tests/server: fix typo in comment [ci skip] --- tests/server/util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/server/util.c b/tests/server/util.c index 6fcf70579b..9db8b5895a 100644 --- a/tests/server/util.c +++ b/tests/server/util.c @@ -502,7 +502,7 @@ static void exit_signal_handler(int signum) * application, such as one in UNIX, to become multithreaded and cause * unexpected behavior. * [...] - * The SIGILL and SIGTERM signals are not generated under Windows. + * The SIGKILL and SIGTERM signals are not generated under Windows. * They are included for ANSI compatibility. Therefore, you can set * signal handlers for these signals by using signal, and you can also * explicitly generate these signals by calling raise. Source: -- 2.47.3