From 3ecf91ca7d0786e8cd251b276867783c9a2b2628 Mon Sep 17 00:00:00 2001 From: Hans Kristian Rosbach Date: Sat, 12 Jul 2025 13:08:05 +0200 Subject: [PATCH] Update incorrect comment --- deflate.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.47.2