]> granicus.if.org Git - php/commitdiff
Thought that I had just committed something really stupid.
authorZak Greant <zak@php.net>
Sat, 16 Sep 2000 05:10:03 +0000 (05:10 +0000)
committerZak Greant <zak@php.net>
Sat, 16 Sep 2000 05:10:03 +0000 (05:10 +0000)
On closer inspection, realized that the proto comments
for chown and chgrp were reversed. :)
I did not realize this and had only fixed chown previously

ext/standard/filestat.c

index af85dcb61078bcb9e3c645865ca6250d8bcbb59f..784ef3079dd6274e4a4e8dab01ed28bf40ae030b 100644 (file)
@@ -224,8 +224,8 @@ PHP_FUNCTION(diskfreespace)
 }
 /* }}} */
 
-/* {{{ proto bool chown(string filename, mixed user)
-   Change file owner */
+/* {{{ proto bool chgrp(string filename, mixed group)
+   Change file group */
 PHP_FUNCTION(chgrp)
 {
 #ifndef WINDOWS