fixes for @terrelln comments

This commit is contained in:
Yann Collet
2018-01-18 11:15:23 -08:00
parent aa79c18e3f
commit c7190c69cc
3 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -662,7 +662,7 @@ unsigned ZSTDMT_getNbThreads(const ZSTDMT_CCtx* mtctx)
/* ZSTDMT_getFrameProgression():
* tells how much data has been consumed (input) and produced (output) for current frame.
* able to count progression inside worker threads.
* Note : mutex will be triggered during statistics collection. */
* Note : mutex will be acquired during statistics collection. */
ZSTD_frameProgression ZSTDMT_getFrameProgression(ZSTDMT_CCtx* mtctx)
{
ZSTD_frameProgression fs;