summaryrefslogtreecommitdiff
path: root/ext/zlib/zlib.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/zlib/zlib.c')
-rw-r--r--ext/zlib/zlib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/zlib/zlib.c b/ext/zlib/zlib.c
index 6f3424b707..d62a994e29 100644
--- a/ext/zlib/zlib.c
+++ b/ext/zlib/zlib.c
@@ -679,7 +679,7 @@ PHP_FUNCTION(gzcompress)
}
/* }}} */
-/* {{{ proto string gzuncompress(string data ,int length)
+/* {{{ proto string gzuncompress(string data, int length)
Unzip a gzip-compressed string */
PHP_FUNCTION(gzuncompress)
{