From 1a1bb381db7a20cf86cb45a350e5cca35224d017 Mon Sep 17 00:00:00 2001 From: Jia Tan Date: Sat, 16 Dec 2023 20:30:55 +0800 Subject: [PATCH] liblzma: Tweak a comment. --- src/liblzma/lz/lz_encoder.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/liblzma/lz/lz_encoder.c b/src/liblzma/lz/lz_encoder.c index 8e724a03..795ae27a 100644 --- a/src/liblzma/lz/lz_encoder.c +++ b/src/liblzma/lz/lz_encoder.c @@ -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