summaryrefslogtreecommitdiff
path: root/libstdc++-v3/config
diff options
context:
space:
mode:
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>2004-08-04 21:13:16 +0000
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>2004-08-04 21:13:16 +0000
commitd4e15290516b7d2d927c20a38c96c46964993bc8 (patch)
tree1e637acdf7838e4a9d063f61732389c87604e028 /libstdc++-v3/config
parentfdef3332e2f2df3bcb99dc6222d28dfa81772961 (diff)
downloadgcc-d4e15290516b7d2d927c20a38c96c46964993bc8.tar.gz
fix typo
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@85575 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/config')
-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 788bddb4567..9dd9435c90e 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