]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/zstd/lib/common/threading.c
import 15.2.0 Octopus source
[ceph.git] / ceph / src / zstd / lib / common / threading.c
index 8be8c8da948a86fe9e7e0af9b6110fea277c1f2a..f3d4fa8418434be32ab5e02a0a5150742887b168 100644 (file)
@@ -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)