typo in comment

This commit is contained in:
Omar Polo 2021-04-20 09:53:33 +00:00
parent 3841a36930
commit 5d1474a561
1 changed files with 1 additions and 1 deletions

2
gmid.c
View File

@ -538,7 +538,7 @@ main(int argc, char **argv)
/* Linux seems to call the event handlers even when we're
* doing a sigwait. These dummy handlers is here to avoid
* being terminated on SIGHUP, SIGTERM or SIGINFO. */
* being terminated on SIGHUP, SIGINT or SIGTERM. */
signal(SIGHUP, dummy_handler);
signal(SIGINT, dummy_handler);
signal(SIGTERM, dummy_handler);