diff options
author | Kaveh Ghazi <ghazi@gcc.gnu.org> | 2002-05-19 15:23:06 +0000 |
---|---|---|
committer | Kaveh Ghazi <ghazi@gcc.gnu.org> | 2002-05-19 15:23:06 +0000 |
commit | a1ab4696ab5f9398bfe87ca2bc211cea787a1515 (patch) | |
tree | ed0485406a7cebd24ad22a0b8977c2403f5fb4f4 /gcc/config/mips/iris6.h | |
parent | 4e664ef1fd07dfb6ca271761830cda99235d6bc8 (diff) | |
download | gcc-a1ab4696ab5f9398bfe87ca2bc211cea787a1515.zip gcc-a1ab4696ab5f9398bfe87ca2bc211cea787a1515.tar.gz gcc-a1ab4696ab5f9398bfe87ca2bc211cea787a1515.tar.bz2 |
Fix a typo in a comment in my last checkin.
From-SVN: r53631
Diffstat (limited to 'gcc/config/mips/iris6.h')
-rw-r--r-- | gcc/config/mips/iris6.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/mips/iris6.h b/gcc/config/mips/iris6.h index e1502a9..be05c8b 100644 --- a/gcc/config/mips/iris6.h +++ b/gcc/config/mips/iris6.h @@ -116,7 +116,7 @@ Boston, MA 02111-1307, USA. */ prior to 6.5. They normally get defined in SUBTARGET_CPP_SPEC if !ansi, for g++ we want them regardless. We don't need this on irix6.5 itself, but it shouldn't hurt other than the namespace - polution. */ + pollution. */ #undef CPLUSPLUS_CPP_SPEC #define CPLUSPLUS_CPP_SPEC "\ -D__LANGUAGE_C_PLUS_PLUS -D_LANGUAGE_C_PLUS_PLUS \ |