Browse Source

- typo fixed

Andrei Pelinescu-Onciul 19 years ago
parent
commit
ed21728fbf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      atomic_ops.c

+ 1 - 1
atomic_ops.c

@@ -36,7 +36,7 @@
 #include "atomic_ops_init.h"
 #include "atomic_ops.h"
 
-#if defined ATOMIC_OPS_USE_LOCK  || defines MEMBAR_USES_LOCK
+#if defined ATOMIC_OPS_USE_LOCK  || defined MEMBAR_USES_LOCK
 #include "locking.h"
 #endif