Skip to content

Commit

Permalink
Merge pull request #2960 from fwessels/patch-1
Browse files Browse the repository at this point in the history
Fix mini typo
  • Loading branch information
Cyan4973 authored Dec 29, 2021
2 parents 0e83d15 + 7ee35ba commit 4f63cb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/streaming_compression_thread_pool.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 4f63cb9

Please sign in to comment.