diff options
author | Omar Polo <op@omarpolo.com> | 2021-04-26 20:58:06 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2021-04-26 20:58:06 +0000 |
commit | 1b333122a99bd277fe92d2ef8a4c913f604e45ea (patch) | |
tree | 1f271b46776f8fd30cbe7549a1698d40c29a4848 /gmid.c | |
parent | 578f13e4b25879c7763944d4f555ed063a9d8e80 (diff) |
typo
Diffstat (limited to 'gmid.c')
-rw-r--r-- | gmid.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -537,7 +537,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 + * doing a sigwait. These dummy handlers are here to avoid * being terminated on SIGHUP, SIGINT or SIGTERM. */ signal(SIGHUP, dummy_handler); signal(SIGINT, dummy_handler); |