diff options
Diffstat (limited to 'examples')
-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 |