selftests/vm: fix building protection keys test
[linux-2.6-microblaze.git] / lib / decompress_bunzip2.c
index f9628f3..c72c865 100644 (file)
@@ -390,7 +390,7 @@ static int INIT get_next_block(struct bunzip_data *bd)
                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])