Skip to content

Commit 717a043

Browse files
committed
Fix typo in comment
1 parent 9a9ede0 commit 717a043

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/zlib/zlib_filter.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ static php_stream_filter_ops php_zlib_inflate_ops = {
174174
};
175175
/* }}} */
176176

177-
/* {{{ zlib.inflate filter implementation */
177+
/* {{{ zlib.deflate filter implementation */
178178

179179
static php_stream_filter_status_t php_zlib_deflate_filter(
180180
php_stream *stream,

0 commit comments

Comments
 (0)