liblzma: Tweak a comment.

This commit is contained in:
Jia Tan 2023-12-16 20:30:55 +08:00
parent 55810780e0
commit 1a1bb381db
1 changed files with 1 additions and 1 deletions

View File

@ -547,7 +547,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