From 73c7f764d5a8072767d37c052d67dffa3f57c7bf Mon Sep 17 00:00:00 2001 From: jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> Date: Mon, 9 Aug 2004 13:18:56 +0000 Subject: [PATCH] fix typo git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@85715 138bc75d-0d04-0410-961f-82ee72b054a4 --- 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 4d76c308f4a1..255108f5f7e8 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 -- GitLab