diff options
Diffstat (limited to 'sysdeps/mips/atomic-machine.h')
-rw-r--r-- | sysdeps/mips/atomic-machine.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/mips/atomic-machine.h b/sysdeps/mips/atomic-machine.h index 99f42ef..c40254d 100644 --- a/sysdeps/mips/atomic-machine.h +++ b/sysdeps/mips/atomic-machine.h @@ -53,7 +53,7 @@ #endif /* 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) \ (abort (), 0) |