summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph M. Becker <cmb@php.net>2016-07-04 03:17:17 +0200
committerChristoph M. Becker <cmb@php.net>2016-07-04 03:17:17 +0200
commit717a043a323b622c79f5d9806493fed272052605 (patch)
tree05cf3ec597476c381f7d3ff938fbd431799bba8e
parent9a9ede00bc456d883eea4e08cf6b17f129eab996 (diff)
downloadphp-git-717a043a323b622c79f5d9806493fed272052605.tar.gz
Fix typo in comment
-rw-r--r--ext/zlib/zlib_filter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/zlib/zlib_filter.c b/ext/zlib/zlib_filter.c
index b096375463..499eb2755e 100644
--- a/ext/zlib/zlib_filter.c
+++ b/ext/zlib/zlib_filter.c
@@ -174,7 +174,7 @@ static php_stream_filter_ops php_zlib_inflate_ops = {
};
/* }}} */
-/* {{{ zlib.inflate filter implementation */
+/* {{{ zlib.deflate filter implementation */
static php_stream_filter_status_t php_zlib_deflate_filter(
php_stream *stream,