about summary refs log tree commit diff
path: root/sysdeps/aarch64/atomic-machine.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/aarch64/atomic-machine.h')
-rw-r--r--sysdeps/aarch64/atomic-machine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/aarch64/atomic-machine.h b/sysdeps/aarch64/atomic-machine.h
index 0ea74866f0..6f48029d91 100644
--- a/sysdeps/aarch64/atomic-machine.h
+++ b/sysdeps/aarch64/atomic-machine.h
@@ -24,7 +24,7 @@
 #define ATOMIC_EXCHANGE_USES_CAS 0
 
 /* 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_bool_8_int(mem, newval, oldval, model) \
   ({									\