]> granicus.if.org Git - php/commitdiff
typo fix
authorHartmut Holzgraefe <hholzgra@php.net>
Wed, 17 May 2000 19:36:51 +0000 (19:36 +0000)
committerHartmut Holzgraefe <hholzgra@php.net>
Wed, 17 May 2000 19:36:51 +0000 (19:36 +0000)
ext/standard/filestat.c

index f6593c0d0e9776f943a80bef7e514fafd11f1544..74675b3b41e2eb564f63b9521e34bf9a7a3e0c64 100644 (file)
@@ -221,7 +221,7 @@ PHP_FUNCTION(diskfreespace)
        RETURN_DOUBLE(bytesfree);
 }
 
-/* {{{ bool bool chown(string filename, mixed user)
+/* {{{ proto bool chown(string filename, mixed user)
    Change file owner */
 PHP_FUNCTION(chgrp)
 {