From 717a043a323b622c79f5d9806493fed272052605 Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Mon, 4 Jul 2016 03:17:17 +0200 Subject: [PATCH] Fix typo in comment --- ext/zlib/zlib_filter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/zlib/zlib_filter.c b/ext/zlib/zlib_filter.c index b0963754639..499eb2755ea 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,