diff options
author | Fabien Villepinte <fabien.villepinte@gmail.com> | 2019-11-18 12:53:36 +0100 |
---|---|---|
committer | Fabien Villepinte <fabien.villepinte@gmail.com> | 2019-11-18 12:53:36 +0100 |
commit | f67b27fac601281a3541266bcb8f23149cd0dfdd (patch) | |
tree | 60f96e4195f6761f9ef2b3cfdc6d3439f994469f | |
parent | c58b44f34aca0c7d854f1682f51728050846e051 (diff) | |
download | php-git-f67b27fac601281a3541266bcb8f23149cd0dfdd.tar.gz |
Fix typo in pcntl_sigwaitinfo proto
-rw-r--r-- | ext/pcntl/pcntl.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |