diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux/riscv/atomic-machine.h')
-rw-r--r-- | sysdeps/unix/sysv/linux/riscv/atomic-machine.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/riscv/atomic-machine.h b/sysdeps/unix/sysv/linux/riscv/atomic-machine.h index dbf70d8d57..50ddc3bfaf 100644 --- a/sysdeps/unix/sysv/linux/riscv/atomic-machine.h +++ b/sysdeps/unix/sysv/linux/riscv/atomic-machine.h @@ -28,7 +28,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) \ ({ \ |