From 01155ccc3f822a31291a64e4ecd5f1dbb8a8ee63 Mon Sep 17 00:00:00 2001 From: THE-Spellchecker Date: Sat, 2 Dec 2023 16:56:47 -0600 Subject: Fix random typos over several source and text files. --- examples/zran.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/zran.c') 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, } } -// 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 -- cgit v1.2.3-55-g6feb