From-SVN: r85575
This commit is contained in:
Jason Merrill 2004-08-04 17:13:16 -04:00
parent 7e7ec48e73
commit d4794d1a61
1 changed files with 1 additions and 1 deletions

View 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