From: Yann Collet Date: Sun, 26 Sep 2021 15:44:18 +0000 (-0700) Subject: minor : fix comment X-Git-Tag: v1.5.1~1^2~91 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ed14c2476a59a105a13fc05e6127122c07e6caa;p=thirdparty%2Fzstd.git minor : fix comment provide correct reasons to include zstd_internal.h --- diff --git a/lib/decompress/zstd_decompress_internal.h b/lib/decompress/zstd_decompress_internal.h index ebda0c903..0b1bf426f 100644 --- a/lib/decompress/zstd_decompress_internal.h +++ b/lib/decompress/zstd_decompress_internal.h @@ -20,7 +20,7 @@ * Dependencies *********************************************************/ #include "../common/mem.h" /* BYTE, U16, U32 */ -#include "../common/zstd_internal.h" /* ZSTD_seqSymbol */ +#include "../common/zstd_internal.h" /* constants : MaxLL, MaxML, MaxOff, LLFSELog, etc. */