diff options
-rw-r--r-- | ext/standard/ftok.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/standard/ftok.c b/ext/standard/ftok.c index ace09d2dcb..1cf7be3a17 100644 --- a/ext/standard/ftok.c +++ b/ext/standard/ftok.c @@ -25,8 +25,8 @@ #include <sys/types.h> #include <sys/ipc.h> -/* {{{ proto int ftok(string pathname, char proj) - convert a pathname and a project identifier to a System V IPC key */ +/* {{{ proto int ftok(string pathname, string proj) + Convert a pathname and a project identifier to a System V IPC key */ PHP_FUNCTION(ftok) { pval **pathname, **proj; |