diff options
author | robot-contrib <[email protected]> | 2023-04-20 12:08:07 +0300 |
---|---|---|
committer | robot-contrib <[email protected]> | 2023-04-20 12:08:07 +0300 |
commit | eb16979262f120e52cda528d30de5a0cfb4ed0c9 (patch) | |
tree | 4642aac240bc0889ba11a987e6748d4fabbc8230 /contrib/libs/zstd/lib/common/threading.c | |
parent | d0c642847472b3222a1a73a941917d393cc6ddf3 (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.c | 2 |
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. */ { |