This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[patch] h8300.c: Fix a comment typo.
- From: Kazu Hirata <kazu at cs dot umass dot edu>
- To: gcc-patches at gcc dot gnu dot org
- Date: Sat, 28 Jun 2003 15:16:02 -0400 (EDT)
- Subject: [patch] h8300.c: Fix a comment typo.
Hi,
Attached is a patch to fix a comment typo. Committed as obvious.
Kazu Hirata
2003-06-28 Kazu Hirata <kazu@cs.umass.edu>
* config/h8300/h8300.c: Fix a comment typo.
Index: h8300.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/h8300/h8300.c,v
retrieving revision 1.244
diff -u -r1.244 h8300.c
--- h8300.c 26 Jun 2003 17:50:01 -0000 1.244
+++ h8300.c 28 Jun 2003 19:12:13 -0000
@@ -4470,7 +4470,7 @@
}
/* 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)