summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEgon Schmid <eschmid@php.net>2000-07-13 18:27:10 +0000
committerEgon Schmid <eschmid@php.net>2000-07-13 18:27:10 +0000
commit7ad2213278935179cabe76d059dea8fa25013b3a (patch)
tree0e7366862f5675821de17f13213891bbff465148
parent86dfb4c292f84593ec31a92da0698f4dfbbdb9cc (diff)
downloadphp-git-7ad2213278935179cabe76d059dea8fa25013b3a.tar.gz
Forgotten to change.
-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)
{