From: Thomas Waldmann Date: Thu, 7 Jan 2021 22:30:42 +0000 (+0100) Subject: fixup: lits means literals X-Git-Tag: v1.4.9^2~31^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2459%2Fhead;p=thirdparty%2Fzstd.git fixup: lits means literals --- diff --git a/lib/compress/zstd_ldm.c b/lib/compress/zstd_ldm.c index 42e0a5e10..b7c901ba1 100644 --- a/lib/compress/zstd_ldm.c +++ b/lib/compress/zstd_ldm.c @@ -620,7 +620,7 @@ size_t ZSTD_ldm_blockCompress(rawSeqStore_t* rawSeqStore, assert(rawSeqStore->pos <= rawSeqStore->size); assert(rawSeqStore->size <= rawSeqStore->capacity); - /* Loop through each sequence and apply the block compressor to the lists */ + /* Loop through each sequence and apply the block compressor to the literals */ while (rawSeqStore->pos < rawSeqStore->size && ip < iend) { /* maybeSplitSequence updates rawSeqStore->pos */ rawSeq const sequence = maybeSplitSequence(rawSeqStore,