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

index 2898949ac9339b7881f4726960e9efaa1c71f198..f6593c0d0e9776f943a80bef7e514fafd11f1544 100644 (file)
@@ -221,8 +221,8 @@ PHP_FUNCTION(diskfreespace)
        RETURN_DOUBLE(bytesfree);
 }
 
-/* {{{ bool chgrp(string filename, mixed group)
-   Change file group */
+/* {{{ bool bool chown(string filename, mixed user)
+   Change file owner */
 PHP_FUNCTION(chgrp)
 {
 #ifndef WINDOWS