aboutsummaryrefslogtreecommitdiff
path: root/gmid.c
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2021-03-20 10:48:11 +0000
committerOmar Polo <op@omarpolo.com>2021-03-20 10:48:11 +0000
commit8e09ee1d50250261fa8e978b9fbcea46dd0b015f (patch)
treefd43037f8a7dd9ce80f8100651e3ead5e2a22a25 /gmid.c
parentb9c9123b8ecf2bd73498dc7cb0526be73df7ee9e (diff)
typo
Diffstat (limited to 'gmid.c')
-rw-r--r--gmid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gmid.c b/gmid.c
index 47c4061..2467a1b 100644
--- a/gmid.c
+++ b/gmid.c
@@ -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);