From: Fabien Villepinte Date: Mon, 18 Nov 2019 11:53:36 +0000 (+0100) Subject: Fix typo in pcntl_sigwaitinfo proto X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f67b27fac601281a3541266bcb8f23149cd0dfdd;p=php Fix typo in pcntl_sigwaitinfo proto --- diff --git a/ext/pcntl/pcntl.c b/ext/pcntl/pcntl.c index 465392f439..9f04c5d8ca 100644 --- a/ext/pcntl/pcntl.c +++ b/ext/pcntl/pcntl.c @@ -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) {