]> granicus.if.org Git - php/commitdiff
Fix typo in comment
authorChristoph M. Becker <cmb@php.net>
Mon, 4 Jul 2016 01:17:17 +0000 (03:17 +0200)
committerChristoph M. Becker <cmb@php.net>
Mon, 4 Jul 2016 01:17:17 +0000 (03:17 +0200)
ext/zlib/zlib_filter.c

index b096375463968b2fe548ffc7bc1e21da41f643a0..499eb2755eaff8877decf4029eb46eed2a5a9ff8 100644 (file)
@@ -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,