diff options
Diffstat (limited to 'sysdeps/arm/atomic-machine.h')
-rw-r--r-- | sysdeps/arm/atomic-machine.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/arm/atomic-machine.h b/sysdeps/arm/atomic-machine.h index f5231e8..353b6cc 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; }) |