contrib/python-zstandard/zstd/common/threading.c
changeset 42941 69de49c4e39c
parent 37495 b1fb341d8a61
child 43999 de7838053207
--- a/contrib/python-zstandard/zstd/common/threading.c	Sun Sep 15 00:07:30 2019 -0400
+++ b/contrib/python-zstandard/zstd/common/threading.c	Sun Sep 15 20:04:00 2019 -0700
@@ -14,8 +14,8 @@
  * This file will hold wrapper for systems, which do not support pthreads
  */
 
-/* create fake symbol to avoid empty trnaslation unit warning */
-int g_ZSTD_threading_useles_symbol;
+/* create fake symbol to avoid empty translation unit warning */
+int g_ZSTD_threading_useless_symbol;
 
 #if defined(ZSTD_MULTITHREAD) && defined(_WIN32)