diff options
author | Jason Merrill <jason@gcc.gnu.org> | 2004-08-09 09:18:56 -0400 |
---|---|---|
committer | Jason Merrill <jason@gcc.gnu.org> | 2004-08-09 09:18:56 -0400 |
commit | 27f577e57d7ac0b2064bb36e5df8d7e2491ea17a (patch) | |
tree | 3f2b4aec59d9ae7d0435bb3952fd4261be9fb61e | |
parent | 5d09245e6a54b290b5f44b686214b41cf555152a (diff) | |
download | gcc-27f577e57d7ac0b2064bb36e5df8d7e2491ea17a.zip gcc-27f577e57d7ac0b2064bb36e5df8d7e2491ea17a.tar.gz gcc-27f577e57d7ac0b2064bb36e5df8d7e2491ea17a.tar.bz2 |
fix typo
From-SVN: r85715
-rw-r--r-- | libstdc++-v3/libsupc++/guard.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/libsupc++/guard.cc b/libstdc++-v3/libsupc++/guard.cc index 4d76c30..255108f 100644 --- a/libstdc++-v3/libsupc++/guard.cc +++ b/libstdc++-v3/libsupc++/guard.cc @@ -30,7 +30,7 @@ #include <cxxabi.h> -// The IA64/generic ABI uses the fist byte of the guard variable. +// The IA64/generic ABI uses the first byte of the guard variable. // The ARM EABI uses the least significant bit. namespace __cxxabiv1 |