]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
fixup: lits means literals 2459/head
authorThomas Waldmann <tw@waldmann-edv.de>
Thu, 7 Jan 2021 22:30:42 +0000 (23:30 +0100)
committerThomas Waldmann <tw@waldmann-edv.de>
Thu, 7 Jan 2021 22:30:42 +0000 (23:30 +0100)
lib/compress/zstd_ldm.c

index 42e0a5e104364a1acf569bd9efe4e4ca81faec95..b7c901ba11d1a3ba516700d1b97b6db5d7289e88 100644 (file)
@@ -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,