From 5354940f93e0cfdd6e9a1e0fcf345ff04dd4f976 Mon Sep 17 00:00:00 2001 From: Hartmut Holzgraefe Date: Wed, 17 May 2000 19:27:08 +0000 Subject: [PATCH] correction --- ext/standard/filestat.c | 4 ++-- 1 file 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 -- 2.40.0