]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* config/h8300/h8300.c: Fix a comment typo.
authorKazu Hirata <kazu@cs.umass.edu>
Sat, 28 Jun 2003 19:15:57 +0000 (19:15 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sat, 28 Jun 2003 19:15:57 +0000 (19:15 +0000)
From-SVN: r68646

gcc/ChangeLog
gcc/config/h8300/h8300.c

index 66c027ac8e812a48080dccd02f9b86d61fe5b03f..ae882754277c68cd62ac2378bfc8def2c6865f90 100644 (file)
@@ -1,3 +1,7 @@
+2003-06-28  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * config/h8300/h8300.c: Fix a comment typo.
+
 2003-06-28  Nathan Sidwell  <nathan@codesourcery.com>
 
        * c-parse.in (yylexstring): Use a location_t.
index 88a739cd9c256be82a4496227f0e67032c6c90dc..c921a7a1a342ad932ce45fecb30ce9b0d5318717 100644 (file)
@@ -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)