aboutsummaryrefslogtreecommitdiff
path: root/ports/sysdeps
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@codesourcery.com>2013-09-23 17:39:14 +0100
committerMaciej W. Rozycki <macro@codesourcery.com>2013-09-23 17:45:34 +0100
commitd93fa6592bd2c400f3e924bd3da94d049b8c5f5e (patch)
tree161e0d458fa6a959ad079503cc615817d662cd62 /ports/sysdeps
parent6b9a5fe450d21c5852e81f2c357d2af6d20f873c (diff)
downloadglibc-d93fa6592bd2c400f3e924bd3da94d049b8c5f5e.zip
glibc-d93fa6592bd2c400f3e924bd3da94d049b8c5f5e.tar.gz
glibc-d93fa6592bd2c400f3e924bd3da94d049b8c5f5e.tar.bz2
MIPS: bits/atomic.h: Fix comment typo
Diffstat (limited to 'ports/sysdeps')
-rw-r--r--ports/sysdeps/mips/bits/atomic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/sysdeps/mips/bits/atomic.h b/ports/sysdeps/mips/bits/atomic.h
index 7c735f7..b31444f 100644
--- a/ports/sysdeps/mips/bits/atomic.h
+++ b/ports/sysdeps/mips/bits/atomic.h
@@ -84,7 +84,7 @@ typedef uintmax_t uatomic_max_t;
support for their efficient implementation was added only in GCC 4.8.
We still want to use them even with GCC 4.7 for MIPS16 code where we
have no assembly alternative available and want to avoid the __sync_*
- if at all possible. */
+ builtins if at all possible. */
/* Compare and exchange.
For all "bool" routines, we return FALSE if exchange succesful. */