mirror of
https://github.com/curl/curl.git
synced 2026-05-04 15:09:55 +03:00
tests/server: fix typo in comment [ci skip]
This commit is contained in:
parent
111b58fbb6
commit
3fbabec53c
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue