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:
parent
27ab54af84
commit
0ba5dd7ba1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue