aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/config/cpu
diff options
context:
space:
mode:
authorJason Merrill <jason@gcc.gnu.org>2004-08-04 17:13:16 -0400
committerJason Merrill <jason@gcc.gnu.org>2004-08-04 17:13:16 -0400
commitd4794d1a61d47a03acde40beaf0a372929212754 (patch)
tree1e637acdf7838e4a9d063f61732389c87604e028 /libstdc++-v3/config/cpu
parent7e7ec48e73a8f524f58a9f74bb40729d12eaebcb (diff)
downloadgcc-d4794d1a61d47a03acde40beaf0a372929212754.zip
gcc-d4794d1a61d47a03acde40beaf0a372929212754.tar.gz
gcc-d4794d1a61d47a03acde40beaf0a372929212754.tar.bz2
fix typo
From-SVN: r85575
Diffstat (limited to 'libstdc++-v3/config/cpu')
-rw-r--r--libstdc++-v3/config/cpu/arm/cxxabi_tweaks.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/config/cpu/arm/cxxabi_tweaks.h b/libstdc++-v3/config/cpu/arm/cxxabi_tweaks.h
index 788bddb..9dd9435 100644
--- a/libstdc++-v3/config/cpu/arm/cxxabi_tweaks.h
+++ b/libstdc++-v3/config/cpu/arm/cxxabi_tweaks.h
@@ -36,7 +36,7 @@ namespace __cxxabiv1
#endif
#ifdef __ARM_EABI__
- // The ARM EABI uses the least significan bit of a 32-bit
+ // The ARM EABI uses the least significant bit of a 32-bit
// guard variable. */
#define _GLIBCXX_GUARD_ACQUIRE(x) (!(*(x) & 1))
#define _GLIBCXX_GUARD_RELEASE(x) *(x) = 1