ext/zstdruby/libzstd/common/threading.c in zstd-ruby-1.3.8.0 vs ext/zstdruby/libzstd/common/threading.c in zstd-ruby-1.4.0.0
- old
+ new
@@ -12,11 +12,11 @@
/**
* 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)
/**
* Windows minimalist Pthread Wrapper, based on :