CLEANUP: Fix a typo in the signal subsystem

Fixes a typo in the code comments of the signal subsystem.
This commit is contained in:
Joseph Herlant 2018-11-25 11:19:40 -08:00 committed by Willy Tarreau
parent a6331475e0
commit f6989ca056
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ void haproxy_unblock_signals()
sigset_t set;
/* Ensure signals are not blocked. Some shells or service managers may
* accidently block all of our signals unfortunately, causing lots of
* accidentally block all of our signals unfortunately, causing lots of
* zombie processes to remain in the background during reloads.
*/
sigemptyset(&set);