From: Hans Kristian Rosbach Date: Sat, 12 Jul 2025 11:08:05 +0000 (+0200) Subject: Update incorrect comment X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1938%2Fhead;p=thirdparty%2Fzlib-ng.git Update incorrect comment --- diff --git a/deflate.h b/deflate.h index 4b79f8f4..02d68211 100644 --- a/deflate.h +++ b/deflate.h @@ -227,7 +227,7 @@ struct ALIGNED_(64) internal_state { # define max_insert_length max_lazy_match /* Insert new strings in the hash table only if the match length is not * greater than this length. This saves time but degrades compression. - * max_insert_length is used only for compression levels <= 3. + * max_insert_length is used only for compression levels <= 6. */ update_hash_cb update_hash;