about summary refs log tree commit diff
path: root/sysdeps/sparc/atomic-machine.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/sparc/atomic-machine.h')
-rw-r--r--sysdeps/sparc/atomic-machine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/sparc/atomic-machine.h b/sysdeps/sparc/atomic-machine.h
index 855b7c489c..de9a626471 100644
--- a/sysdeps/sparc/atomic-machine.h
+++ b/sysdeps/sparc/atomic-machine.h
@@ -30,7 +30,7 @@
 #define ATOMIC_EXCHANGE_USES_CAS     __HAVE_64B_ATOMICS
 
 /* Compare and exchange.
-   For all "bool" routines, we return FALSE if exchange succesful.  */
+   For all "bool" routines, we return FALSE if exchange successful.  */
 
 #define __arch_compare_and_exchange_val_int(mem, newval, oldval, model) \
   ({									\