]> wimlib.net Git - wimlib/blobdiff - src/xpress-decompress.c
Remove duplicate words & fix grammatical errors
[wimlib] / src / xpress-decompress.c
index c24a1e66d8d2c574e03897089cb3015f258b9252..233e9355b221f65e2c4baad947fb0af6aae21c9c 100644 (file)
@@ -133,7 +133,7 @@ xpress_decode_match(unsigned sym, input_idx_t window_pos,
        match_len += XPRESS_MIN_MATCH_LEN;
 
 
-       /* Verify the match is in bounds, then copy its data to the the current
+       /* Verify the match is in bounds, then copy its data to the current
         * position.  */
 
        if (window_pos + match_len > window_len)