summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/zlib/deflate.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/zlib/deflate.c')
-rw-r--r--src/lib/zlib/deflate.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/zlib/deflate.c b/src/lib/zlib/deflate.c
index 51d7770f987..d4f63fc6b7a 100644
--- a/src/lib/zlib/deflate.c
+++ b/src/lib/zlib/deflate.c
@@ -160,7 +160,7 @@ struct static_tree_desc_s {int dummy;}; /* for buggy compilers */
/* ===========================================================================
* Update a hash value with the given input byte
- * IN assertion: all calls to to UPDATE_HASH are made with consecutive
+ * IN assertion: all calls to UPDATE_HASH are made with consecutive
* input characters, so that a running hash key can be computed from the
* previous key instead of complete recalculation each time.
*/
@@ -173,7 +173,7 @@ struct static_tree_desc_s {int dummy;}; /* for buggy compilers */
* the previous length of the hash chain.
* If this file is compiled with -DFASTEST, the compression level is forced
* to 1, and no hash chains are maintained.
- * IN assertion: all calls to to INSERT_STRING are made with consecutive
+ * IN assertion: all calls to INSERT_STRING are made with consecutive
* input characters and the first MIN_MATCH bytes of str are valid
* (except for the last MIN_MATCH-1 bytes of the input file).
*/