From 68c114c930c71c73c464f43046e12195d9252238 Mon Sep 17 00:00:00 2001 From: Bob Burger Date: Tue, 25 Feb 2020 11:14:51 -0500 Subject: [PATCH] fixed typo original commit: 29c9bfebf730a2691e4302ad82c0be7c22e0d2d2 --- c/schsig.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c/schsig.c b/c/schsig.c index 18816e15ba..f986bff8b5 100644 --- a/c/schsig.c +++ b/c/schsig.c @@ -557,7 +557,7 @@ static void forward_signal_to_scheme PROTO((INT sig)); sigprocmask(SIG_UNBLOCK,&set,(sigset_t *)0);\ } -/* we buffer up to SIGNALQUEUESIZE - 1 unhandled signals, the start dropping them. */ +/* we buffer up to SIGNALQUEUESIZE - 1 unhandled signals, then start dropping them. */ #define SIGNALQUEUESIZE 64 static IBOOL scheme_signals_registered;