diff options
Diffstat (limited to 'sysdeps/sparc/atomic-machine.h')
-rw-r--r-- | sysdeps/sparc/atomic-machine.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/sparc/atomic-machine.h b/sysdeps/sparc/atomic-machine.h index 855b7c4..de9a626 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) \ ({ \ |