kernel/lib/decompress_bunzip2.c
.. .. @@ -34,7 +34,7 @@ 34 34 Phone (337) 232-1234 or 1-800-738-2226 35 35 Fax (337) 232-1297 36 36 37 - http://www.hospiceacadiana.com/37 + https://www.hospiceacadiana.com/38 38 39 39 Manuel 40 40 */ .. .. @@ -390,7 +390,7 @@ 390 390 j = (bd->inbufBits >> bd->inbufBitCount)& 391 391 ((1 << hufGroup->maxLen)-1); 392 392 got_huff_bits: 393 - /* Figure how how many bits are in next symbol and393 + /* Figure how many bits are in next symbol and394 394 * unget extras */ 395 395 i = hufGroup->minLen; 396 396 while (j > limit[i])