about summary refs log tree commit diff
path: root/sysdeps/mips/atomic-machine.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/mips/atomic-machine.h')
-rw-r--r--sysdeps/mips/atomic-machine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/mips/atomic-machine.h b/sysdeps/mips/atomic-machine.h
index 99f42efab6..c40254d387 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)