1
0
Fork 0
mirror of https://git.tukaani.org/xz.git synced 2024-04-04 12:36:23 +02:00

liblzma: Tweak a comment.

This commit is contained in:
Jia Tan 2023-12-16 20:30:55 +08:00
parent 27ab54af84
commit 0ba5dd7ba1

View file

@ -549,7 +549,7 @@ lzma_lz_encoder_init(lzma_next_coder *next, const lzma_allocator *allocator,
lzma_lz_options *lz_options))
{
#if defined(HAVE_SMALL) && !defined(HAVE_FUNC_ATTRIBUTE_CONSTRUCTOR)
// We need that the CRC32 table has been initialized.
// The CRC32 table must be initialized.
lzma_crc32_init();
#endif