]> granicus.if.org Git - php/commitdiff
proto fixes
authorHartmut Holzgraefe <hholzgra@php.net>
Sun, 16 Dec 2001 10:18:45 +0000 (10:18 +0000)
committerHartmut Holzgraefe <hholzgra@php.net>
Sun, 16 Dec 2001 10:18:45 +0000 (10:18 +0000)
ext/standard/ftok.c

index ace09d2dcb86d77de02d6c0d26343a694bcfebd6..1cf7be3a17dfb80d51b847a2452145af1934b069 100644 (file)
@@ -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;