diff options
author | THE-Spellchecker <The.Spellchecker@outlook.com> | 2023-12-02 16:56:47 -0600 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2024-01-17 13:49:11 -0800 |
commit | 01155ccc3f822a31291a64e4ecd5f1dbb8a8ee63 (patch) | |
tree | b00812cd5ba12d7ee803f2771d2f0e1304e66677 /examples/zran.c | |
parent | 16799d064b55a6b093fc52364f3343a1b1fa3b2f (diff) | |
download | zlib-01155ccc3f822a31291a64e4ecd5f1dbb8a8ee63.tar.gz zlib-01155ccc3f822a31291a64e4ecd5f1dbb8a8ee63.tar.bz2 zlib-01155ccc3f822a31291a64e4ecd5f1dbb8a8ee63.zip |
Fix random typos over several source and text files.
Diffstat (limited to 'examples/zran.c')
-rw-r--r-- | examples/zran.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/zran.c b/examples/zran.c index 32c9368..d313595 100644 --- a/examples/zran.c +++ b/examples/zran.c | |||
@@ -267,7 +267,7 @@ static inline void append_bits(unsigned value, int bits, | |||
267 | } | 267 | } |
268 | } | 268 | } |
269 | 269 | ||
270 | // Insert enough bits in the form of empty deflate blocks in front of the the | 270 | // Insert enough bits in the form of empty deflate blocks in front of the |
271 | // low bits bits of value, in order to bring the sequence to a byte boundary. | 271 | // low bits bits of value, in order to bring the sequence to a byte boundary. |
272 | // Then feed that to inflate(). This does what inflatePrime() does, except that | 272 | // Then feed that to inflate(). This does what inflatePrime() does, except that |
273 | // a negative value of bits is not supported. bits must be in 0..16. If the | 273 | // a negative value of bits is not supported. bits must be in 0..16. If the |