summaryrefslogtreecommitdiffstats
path: root/contrib/libs/zstd/lib/common/threading.c
diff options
context:
space:
mode:
authorrobot-contrib <[email protected]>2023-04-20 12:08:07 +0300
committerrobot-contrib <[email protected]>2023-04-20 12:08:07 +0300
commiteb16979262f120e52cda528d30de5a0cfb4ed0c9 (patch)
tree4642aac240bc0889ba11a987e6748d4fabbc8230 /contrib/libs/zstd/lib/common/threading.c
parentd0c642847472b3222a1a73a941917d393cc6ddf3 (diff)
Update contrib/libs/zstd to 1.5.5
Diffstat (limited to 'contrib/libs/zstd/lib/common/threading.c')
-rw-r--r--contrib/libs/zstd/lib/common/threading.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/libs/zstd/lib/common/threading.c b/contrib/libs/zstd/lib/common/threading.c
index f2341105a1c..ca155b9b9db 100644
--- a/contrib/libs/zstd/lib/common/threading.c
+++ b/contrib/libs/zstd/lib/common/threading.c
@@ -47,7 +47,7 @@ static unsigned __stdcall worker(void *arg)
void* (*start_routine)(void*);
void* thread_arg;
- /* Inialized thread_arg and start_routine and signal main thread that we don't need it
+ /* Initialized thread_arg and start_routine and signal main thread that we don't need it
* to wait any longer.
*/
{