X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=include%2Fwimlib%2Fdecompress_common.h;fp=include%2Fwimlib%2Fdecompress_common.h;h=b6927bed556dc442f3364d52a1fb2b5e3e718fa6;hp=296d0b1db6455d304e1d053c62131c81e49bc35e;hb=40a690416a3951361ec77d33a723dd4497fb7585;hpb=855b49ef85d274588a2848d9c69974f9b88d343a diff --git a/include/wimlib/decompress_common.h b/include/wimlib/decompress_common.h index 296d0b1d..b6927bed 100644 --- a/include/wimlib/decompress_common.h +++ b/include/wimlib/decompress_common.h @@ -214,8 +214,8 @@ bitstream_align(struct input_bitstream *is) * input data is exhausted, the Huffman symbol is decoded as if the missing bits * are all zeroes. * - * XXX: This is mostly duplicated in lzms_huffman_decode_symbol() in - * lzms-decompress.c. */ + * XXX: This is mostly duplicated in lzms_decode_huffman_symbol() in + * lzms_decompress.c. */ static inline u16 read_huffsym(struct input_bitstream *istream, const u16 decode_table[], unsigned table_bits, unsigned max_codeword_len)