]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
fixed #634 : ZSTDMT_compressCCtx() doesn't provide frame content size in header
authorYann Collet <cyan@fb.com>
Thu, 30 Mar 2017 00:09:59 +0000 (17:09 -0700)
committerYann Collet <cyan@fb.com>
Thu, 30 Mar 2017 00:09:59 +0000 (17:09 -0700)
tests/fuzzer.c

index 9d8121806f700ee55965095cf35fb40b1af826b7..fed875843489341b9e967976f89d2dc835df2478 100644 (file)
@@ -190,7 +190,7 @@ static int basicUnitTests(U32 seed, double compressibility)
     DISPLAYLEVEL(4, "OK \n");
 
 
-    /* ZSTDMT Multi-threading test */
+    /* ZSTDMT simple MT compression test */
     DISPLAYLEVEL(4, "test%3i : create ZSTDMT CCtx : ", testNb++);
     {   ZSTDMT_CCtx* mtctx = ZSTDMT_createCCtx(2);
         if (mtctx==NULL) {