From 5d1474a5618d5bc4745316b13311dee91d076e6b Mon Sep 17 00:00:00 2001 From: Omar Polo Date: Tue, 20 Apr 2021 09:53:33 +0000 Subject: typo in comment --- gmid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gmid.c') diff --git a/gmid.c b/gmid.c index 928b1a6..8d56941 100644 --- a/gmid.c +++ b/gmid.c @@ -538,7 +538,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 - * being terminated on SIGHUP, SIGTERM or SIGINFO. */ + * being terminated on SIGHUP, SIGINT or SIGTERM. */ signal(SIGHUP, dummy_handler); signal(SIGINT, dummy_handler); signal(SIGTERM, dummy_handler); -- cgit v1.2.3