summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/standard/md5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/md5.c b/ext/standard/md5.c
index ecaccdde09..d59023ca3f 100644
--- a/ext/standard/md5.c
+++ b/ext/standard/md5.c
@@ -63,7 +63,7 @@ PHP_NAMED_FUNCTION(php_if_md5)
}
/* }}} */
-/* {{{ proto string md5sum(string filename)
+/* {{{ proto string md5_file(string filename)
Calculate the md5 hash of given filename */
PHP_NAMED_FUNCTION(php_if_md5_file)
{