liblzma: Tweak a comment.

This commit is contained in:
Jia Tan 2023-12-16 20:30:55 +08:00
parent 27ab54af84
commit 0ba5dd7ba1
1 changed files with 1 additions and 1 deletions

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