fix typo
authorJason Merrill <jason@gcc.gnu.org>
Wed, 4 Aug 2004 21:13:16 +0000 (17:13 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Wed, 4 Aug 2004 21:13:16 +0000 (17:13 -0400)
From-SVN: r85575

libstdc++-v3/config/cpu/arm/cxxabi_tweaks.h

index 788bddb4567e0b2db9b6f6accb211aec9e157d30..9dd9435c90e48e4da058bcd647f275e52f19c416 100644 (file)
@@ -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