remove incorrect comment

This commit is contained in:
zhuna.1024 2022-09-01 00:43:34 +08:00
parent 5752b171fd
commit 778c8d2d12
1 changed files with 1 additions and 1 deletions

View File

@ -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)) {