]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
tests/server: fix typo in comment [ci skip]
authorViktor Szakats <commit@vsz.me>
Tue, 15 Apr 2025 00:24:58 +0000 (02:24 +0200)
committerViktor Szakats <commit@vsz.me>
Tue, 15 Apr 2025 00:24:58 +0000 (02:24 +0200)
tests/server/util.c

index 6fcf70579baef3d7c3dff7c4a5fad768f629848d..9db8b5895acba558d207cf86b349c023e3b9d935 100644 (file)
@@ -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: