diff --git a/deflate.c b/deflate.c index 7f421e4..9fced88 100644 --- a/deflate.c +++ b/deflate.c @@ -1898,7 +1898,7 @@ local block_state deflate_fast(s, flush) INSERT_STRING(s, s->strstart, hash_head); } - /* Find the longest match, discarding those <= prev_length. + /* Find the longest match. * At this point we have always match_length < MIN_MATCH */ if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(s)) {