]> git.lizzy.rs Git - zlib.git/commitdiff
Fix typo in blast.c.
authorMark Adler <madler@alumni.caltech.edu>
Sun, 10 Jul 2016 18:43:17 +0000 (11:43 -0700)
committerMark Adler <madler@alumni.caltech.edu>
Sun, 10 Jul 2016 18:43:17 +0000 (11:43 -0700)
contrib/blast/blast.c

index 52b59dacdab6534928feb36225c00252e549181a..e6e659073c630ab6e42a6ff0e5afb0bf91c1cbe8 100644 (file)
@@ -260,7 +260,7 @@ local int construct(struct huffman *h, const unsigned char *rep, int n)
  *   next, 0 for literals, 1 for length/distance.
  *
  * - If literals are uncoded, then the next eight bits are the literal, in the
- *   normal bit order in th stream, i.e. no bit-reversal is needed. Similarly,
+ *   normal bit order in the stream, i.e. no bit-reversal is needed. Similarly,
  *   no bit reversal is needed for either the length extra bits or the distance
  *   extra bits.
  *