diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2016-07-10 11:43:17 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2016-07-10 11:43:17 -0700 |
commit | 70a8763b7187f2536ce7fe4d399ce9a79c9faf7c (patch) | |
tree | 4633b628ab2c718a84b25762bee21ebf440b4959 /contrib/blast/blast.c | |
parent | 2bcfc31188090093d688404321a2c537f014061c (diff) | |
download | zlib-70a8763b7187f2536ce7fe4d399ce9a79c9faf7c.tar.gz zlib-70a8763b7187f2536ce7fe4d399ce9a79c9faf7c.tar.bz2 zlib-70a8763b7187f2536ce7fe4d399ce9a79c9faf7c.zip |
Fix typo in blast.c.
Diffstat (limited to 'contrib/blast/blast.c')
-rw-r--r-- | contrib/blast/blast.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/blast/blast.c b/contrib/blast/blast.c index 52b59da..e6e6590 100644 --- a/contrib/blast/blast.c +++ b/contrib/blast/blast.c | |||
@@ -260,7 +260,7 @@ local int construct(struct huffman *h, const unsigned char *rep, int n) | |||
260 | * next, 0 for literals, 1 for length/distance. | 260 | * next, 0 for literals, 1 for length/distance. |
261 | * | 261 | * |
262 | * - If literals are uncoded, then the next eight bits are the literal, in the | 262 | * - If literals are uncoded, then the next eight bits are the literal, in the |
263 | * normal bit order in th stream, i.e. no bit-reversal is needed. Similarly, | 263 | * normal bit order in the stream, i.e. no bit-reversal is needed. Similarly, |
264 | * no bit reversal is needed for either the length extra bits or the distance | 264 | * no bit reversal is needed for either the length extra bits or the distance |
265 | * extra bits. | 265 | * extra bits. |
266 | * | 266 | * |