Commit Diff


commit - b9c9123b8ecf2bd73498dc7cb0526be73df7ee9e
commit + 8e09ee1d50250261fa8e978b9fbcea46dd0b015f
blob - 47c406181f51956764c9e27ce8075e15312583fb
blob + 2467a1b601e61b418959e87ef2b247d35a2533d8
--- gmid.c
+++ 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);