From: Kazu Hirata Date: Sat, 28 Jun 2003 19:15:57 +0000 (+0000) Subject: * config/h8300/h8300.c: Fix a comment typo. X-Git-Tag: releases/gcc-3.4.0~5368 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=19cff4db3f211a506f997654e5fa9359c5d68e5e;p=thirdparty%2Fgcc.git * config/h8300/h8300.c: Fix a comment typo. From-SVN: r68646 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 66c027ac8e81..ae882754277c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2003-06-28 Kazu Hirata + + * config/h8300/h8300.c: Fix a comment typo. + 2003-06-28 Nathan Sidwell * c-parse.in (yylexstring): Use a location_t. diff --git a/gcc/config/h8300/h8300.c b/gcc/config/h8300/h8300.c index 88a739cd9c25..c921a7a1a342 100644 --- a/gcc/config/h8300/h8300.c +++ b/gcc/config/h8300/h8300.c @@ -4470,7 +4470,7 @@ byte_accesses_mergeable_p (rtx addr1, rtx addr2) } /* Return nonzero if we have the same comparison insn as I3 two insns - before I3. I3 is assumed to be a comparision insn. */ + before I3. I3 is assumed to be a comparison insn. */ int same_cmp_preceding_p (rtx i3)