(MEMORY_BARRIER): Fix typo.
authorAndreas Jaeger <aj@suse.de>
Fri, 7 Jun 2002 20:12:02 +0000 (20:12 +0000)
committerAndreas Jaeger <aj@suse.de>
Fri, 7 Jun 2002 20:12:02 +0000 (20:12 +0000)
linuxthreads/sysdeps/ia64/pt-machine.h

index 8adead3..a7f418b 100644 (file)
@@ -71,7 +71,7 @@ register struct _pthread_descr_struct *__thread_self __asm__("r13");
 
 
 /* Memory barrier */
-#define MEMORY_BARRIER() __sync_syncronize ()
+#define MEMORY_BARRIER() __sync_synchronize ()
 
 
 #define HAS_COMPARE_AND_SWAP_WITH_RELEASE_SEMANTICS