diff options
author | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-05-19 15:23:06 +0000 |
---|---|---|
committer | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-05-19 15:23:06 +0000 |
commit | 519b1dad1c95e48615c15416ce1e65be7481b057 (patch) | |
tree | ed0485406a7cebd24ad22a0b8977c2403f5fb4f4 /gcc/config/mips/iris6.h | |
parent | d02bc1bc7b5f3ac07c4a79f2af61cbbbc34bd4d4 (diff) | |
download | gcc-519b1dad1c95e48615c15416ce1e65be7481b057.tar.gz |
Fix a typo in a comment in my last checkin.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@53631 138bc75d-0d04-0410-961f-82ee72b054a4
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 e1502a97f94..be05c8be75a 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 \ |