fixed typo

original commit: 29c9bfebf730a2691e4302ad82c0be7c22e0d2d2
This commit is contained in:
Bob Burger 2020-02-25 11:14:51 -05:00
parent c7b4ce90a0
commit 68c114c930

View File

@ -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;