hc
2023-12-06 08f87f769b595151be1afeff53e144f543faa614
kernel/lib/decompress_bunzip2.c
....@@ -34,7 +34,7 @@
3434 Phone (337) 232-1234 or 1-800-738-2226
3535 Fax (337) 232-1297
3636
37
- http://www.hospiceacadiana.com/
37
+ https://www.hospiceacadiana.com/
3838
3939 Manuel
4040 */
....@@ -390,7 +390,7 @@
390390 j = (bd->inbufBits >> bd->inbufBitCount)&
391391 ((1 << hufGroup->maxLen)-1);
392392 got_huff_bits:
393
- /* Figure how how many bits are in next symbol and
393
+ /* Figure how many bits are in next symbol and
394394 * unget extras */
395395 i = hufGroup->minLen;
396396 while (j > limit[i])