X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=deps%2Flibchdr%2Fdeps%2Fzstd-1.5.6%2Flib%2Fcommon%2Fpool.h;fp=deps%2Flibchdr%2Fdeps%2Fzstd-1.5.5%2Flib%2Fcommon%2Fpool.h;h=cca4de73a830ad8fd1e3cb407ef0a94e07bb5b3a;hb=f535537faaef474f7d31e50949eea1f15a58ee09;hp=eb22ff509f5d93eb244720efc0e9574d296d265f;hpb=db02598e737b8d50cd347fe2ef13cb85ade051dd;p=pcsx_rearmed.git diff --git a/deps/libchdr/deps/zstd-1.5.5/lib/common/pool.h b/deps/libchdr/deps/zstd-1.5.6/lib/common/pool.h similarity index 97% rename from deps/libchdr/deps/zstd-1.5.5/lib/common/pool.h rename to deps/libchdr/deps/zstd-1.5.6/lib/common/pool.h index eb22ff50..cca4de73 100644 --- a/deps/libchdr/deps/zstd-1.5.5/lib/common/pool.h +++ b/deps/libchdr/deps/zstd-1.5.6/lib/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.