]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Update incorrect comment revert_insert_match 1938/head
authorHans Kristian Rosbach <hk-git@circlestorm.org>
Sat, 12 Jul 2025 11:08:05 +0000 (13:08 +0200)
committerHans Kristian Rosbach <hk-git@circlestorm.org>
Sat, 12 Jul 2025 11:08:05 +0000 (13:08 +0200)
deflate.h

index 4b79f8f43b2c83b09578981d0c2316cb8522b4b5..02d68211a318d2121cd72b4ef3501ca6b2271caa 100644 (file)
--- 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;