summaryrefslogtreecommitdiffstats
path: root/thirdparty/zstd/common/pool.h
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparty/zstd/common/pool.h')
-rw-r--r--thirdparty/zstd/common/pool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/thirdparty/zstd/common/pool.h b/thirdparty/zstd/common/pool.h
index eb22ff509f..cca4de73a8 100644
--- a/thirdparty/zstd/common/pool.h
+++ b/thirdparty/zstd/common/pool.h
@@ -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.