Drop the repeated word "how". Signed-off-by: Randy Dunlap <rdun...@infradead.org> Cc: Andrew Morton <a...@linux-foundation.org> Cc: Herbert Xu <herb...@gondor.apana.org.au> Cc: Lasse Collin <lasse.col...@tukaani.org> --- lib/decompress_bunzip2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
--- linux-next-20200730.orig/lib/decompress_bunzip2.c +++ linux-next-20200730/lib/decompress_bunzip2.c @@ -390,7 +390,7 @@ static int INIT get_next_block(struct bu j = (bd->inbufBits >> bd->inbufBitCount)& ((1 << hufGroup->maxLen)-1); got_huff_bits: - /* Figure how how many bits are in next symbol and + /* Figure how many bits are in next symbol and * unget extras */ i = hufGroup->minLen; while (j > limit[i])