Merge pull request #3771 from DimitriPapadopoulos/codespell

Fix new typos found by codespell
This commit is contained in:
Yann Collet
2023-10-07 19:29:41 -07:00
committed by GitHub
13 changed files with 49 additions and 49 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ void POOL_joinJobs(POOL_ctx* ctx);
/*! POOL_resize() :
* Expands or shrinks pool's number of threads.
* This is more efficient than releasing + creating a new context,
* since it tries to preserve and re-use existing threads.
* since it tries to preserve and reuse existing threads.
* `numThreads` must be at least 1.
* @return : 0 when resize was successful,
* !0 (typically 1) if there is an error.