Fix typo with ZSTDMT_parameter

This commit is contained in:
Stella Lau
2017-08-25 16:13:40 -07:00
parent 18224608ff
commit 2adde898c8
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -297,7 +297,7 @@ struct ZSTD_CCtx_params_s {
ZSTD_dictMode_e dictMode; /* select restricting dictionary to "rawContent"
* or "fullDict" only */
/* Multithreading: used only to set mtctx parameters */
/* Multithreading: used to pass parameters to mtctx */
U32 nbThreads;
unsigned jobSize;
unsigned overlapSizeLog;