diff --git a/ext/standard/ftok.c b/ext/standard/ftok.c index ace09d2dcb8..1cf7be3a17d 100644 --- a/ext/standard/ftok.c +++ b/ext/standard/ftok.c @@ -25,8 +25,8 @@ #include #include -/* {{{ 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;