Commit Diff


commit - 578f13e4b25879c7763944d4f555ed063a9d8e80
commit + 1b333122a99bd277fe92d2ef8a4c913f604e45ea
blob - 8d56941f55ec693b188393dfdcee32de78bb737f
blob + fc155df4718a6f592a87501fb6c5b9d39b66cdb5
--- gmid.c
+++ gmid.c
@@ -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);