aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/arm/atomic-machine.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/arm/atomic-machine.h')
-rw-r--r--sysdeps/arm/atomic-machine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/arm/atomic-machine.h b/sysdeps/arm/atomic-machine.h
index f5231e8d7d..353b6ccbea 100644
--- a/sysdeps/arm/atomic-machine.h
+++ b/sysdeps/arm/atomic-machine.h
@@ -76,7 +76,7 @@ void __arm_link_error (void);
mem, new, old, __ATOMIC_RELEASE)
/* 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) \
({__arm_link_error (); 0; })