From 27f577e57d7ac0b2064bb36e5df8d7e2491ea17a Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Mon, 9 Aug 2004 09:18:56 -0400 Subject: [PATCH] fix typo From-SVN: r85715 --- libstdc++-v3/libsupc++/guard.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libstdc++-v3/libsupc++/guard.cc b/libstdc++-v3/libsupc++/guard.cc index 4d76c308f4a..255108f5f7e 100644 --- a/libstdc++-v3/libsupc++/guard.cc +++ b/libstdc++-v3/libsupc++/guard.cc @@ -30,7 +30,7 @@ #include -// 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 -- 2.30.2