Skip to content
Snippets Groups Projects
Unverified Commit 4f63cb97 authored by Yann Collet's avatar Yann Collet Committed by GitHub
Browse files

Merge pull request #2960 from fwessels/patch-1

Fix mini typo
parents 0e83d152 7ee35bad
No related branches found
No related tags found
No related merge requests found
......@@ -60,7 +60,7 @@ static void *compressFile_orDie(void *data)
CHECK_ZSTD( ZSTD_CCtx_setParameter(cctx, ZSTD_c_checksumFlag, 1) );
ZSTD_CCtx_setParameter(cctx, ZSTD_c_nbWorkers, nbThreads);
/* This loop read from the input file, compresses that entire chunk,
/* This loop reads from the input file, compresses that entire chunk,
* and writes all output produced to the output file.
*/
size_t const toRead = buffInSize;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment