diff options
Diffstat (limited to '3rdparty/zlib/examples/zran.c')
-rw-r--r-- | 3rdparty/zlib/examples/zran.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/3rdparty/zlib/examples/zran.c b/3rdparty/zlib/examples/zran.c index 32c93686c60..d3135955b02 100644 --- a/3rdparty/zlib/examples/zran.c +++ b/3rdparty/zlib/examples/zran.c @@ -267,7 +267,7 @@ static inline void append_bits(unsigned value, int bits, } } -// Insert enough bits in the form of empty deflate blocks in front of the the +// Insert enough bits in the form of empty deflate blocks in front of the // low bits bits of value, in order to bring the sequence to a byte boundary. // Then feed that to inflate(). This does what inflatePrime() does, except that // a negative value of bits is not supported. bits must be in 0..16. If the |