aboutsummaryrefslogtreecommitdiff
path: root/archival/gzip.c
diff options
context:
space:
mode:
authorMarek Polacek <mpolacek@redhat.com>2011-04-16 17:33:43 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2011-04-16 17:33:43 +0200
commitb0b8884009f9844e75d10f9e5d4ac16ef6b36170 (patch)
treef34f7d1e2b756d17b969517ea3fe5a0dab8bf60a /archival/gzip.c
parent88d3cfdb75b6da83f3552daceed803f0a29d0c9c (diff)
downloadbusybox-b0b8884009f9844e75d10f9e5d4ac16ef6b36170.tar.gz
Fix double words in comments. No code changes
Signed-off-by: Marek Polacek <mpolacek@redhat.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'archival/gzip.c')
-rw-r--r--archival/gzip.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/archival/gzip.c b/archival/gzip.c
index 7686e1adb..a9b216afe 100644
--- a/archival/gzip.c
+++ b/archival/gzip.c
@@ -1674,7 +1674,7 @@ static ulg flush_block(char *buf, ulg stored_len, int eof)
/* ===========================================================================
* 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.
*/
@@ -1705,7 +1705,7 @@ static ulg flush_block(char *buf, ulg stored_len, int eof)
/* Insert string s in the dictionary and set match_head to the previous head
* of the hash chain (the most recent string with same hash key). Return
* the previous length of the hash chain.
- * 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 s are valid
* (except for the last MIN_MATCH-1 bytes of the input file). */
#define INSERT_STRING(s, match_head) \