summaryrefslogtreecommitdiff
path: root/ext/standard/filestat.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/filestat.c')
-rw-r--r--ext/standard/filestat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/standard/filestat.c b/ext/standard/filestat.c
index 2898949ac9..f6593c0d0e 100644
--- a/ext/standard/filestat.c
+++ b/ext/standard/filestat.c
@@ -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