summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/standard/filestat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/filestat.c b/ext/standard/filestat.c
index f6593c0d0e..74675b3b41 100644
--- a/ext/standard/filestat.c
+++ b/ext/standard/filestat.c
@@ -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)
{