]> 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>
Fri, 22 Dec 2023 12:02:06 +0000 (20:02 +0800)
src/liblzma/lz/lz_encoder.c

index 5489085a08606aa28d730e14550d2d84af489da8..b894d1dec6d60e385da6eb83028d4be4d75e5775 100644 (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