diff options
author | Omar Polo <op@omarpolo.com> | 2021-03-20 10:48:11 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2021-03-20 10:48:11 +0000 |
commit | 8e09ee1d50250261fa8e978b9fbcea46dd0b015f (patch) | |
tree | fd43037f8a7dd9ce80f8100651e3ead5e2a22a25 /gmid.c | |
parent | b9c9123b8ecf2bd73498dc7cb0526be73df7ee9e (diff) |
typo
Diffstat (limited to 'gmid.c')
-rw-r--r-- | gmid.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -502,7 +502,7 @@ main(int argc, char **argv) /* Linux seems to call the event handlers even when we're - * doing a sigwait. This dummy handlers is here to avoid + * doing a sigwait. These dummy handlers is here to avoid * being terminated on SIGHUP, SIGTERM or SIGINFO. */ signal(SIGHUP, dummy_handler); signal(SIGINT, dummy_handler); |