]> git.ipfire.org Git - thirdparty/xz.git/commitdiff
liblzma: Tweak a comment.
authorJia Tan <jiat0218@gmail.com>
Sat, 16 Dec 2023 12:30:55 +0000 (20:30 +0800)
committerJia Tan <jiat0218@gmail.com>
Sat, 16 Dec 2023 12:30:55 +0000 (20:30 +0800)
src/liblzma/lz/lz_encoder.c

index 8e724a035a13c64f439d48f1b2d847acd6dc4d33..795ae27a8b0d15983a61151279b6292ecffd50f1 100644 (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