Fix typo in pcntl_sigwaitinfo proto

This commit is contained in:
Fabien Villepinte 2019-11-18 12:53:36 +01:00
parent c58b44f34a
commit f67b27fac6

View file

@ -1157,7 +1157,7 @@ static void pcntl_sigwaitinfo(INTERNAL_FUNCTION_PARAMETERS, int timedwait) /* {{
}
/* }}} */
/* {{{ proto int pcnlt_sigwaitinfo(array set[, array &siginfo])
/* {{{ proto int pcntl_sigwaitinfo(array set[, array &siginfo])
Synchronously wait for queued signals */
PHP_FUNCTION(pcntl_sigwaitinfo)
{