aboutsummaryrefslogtreecommitdiff
path: root/archival/gzip.c
diff options
context:
space:
mode:
Diffstat (limited to 'archival/gzip.c')
-rw-r--r--archival/gzip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/archival/gzip.c b/archival/gzip.c
index 1708ac1a1..d494aa30e 100644
--- a/archival/gzip.c
+++ b/archival/gzip.c
@@ -632,7 +632,7 @@ static void copy_block(char *buf, unsigned len, int header)
632 * However the F&G algorithm may be faster for some highly redundant 632 * However the F&G algorithm may be faster for some highly redundant
633 * files if the parameter max_chain_length (described below) is too large. 633 * files if the parameter max_chain_length (described below) is too large.
634 * 634 *
635 * ACKNOWLEDGEMENTS 635 * ACKNOWLEDGMENTS
636 * 636 *
637 * The idea of lazy evaluation of matches is due to Jan-Mark Wams, and 637 * The idea of lazy evaluation of matches is due to Jan-Mark Wams, and
638 * I found it in 'freeze' written by Leonid Broukhis. 638 * I found it in 'freeze' written by Leonid Broukhis.