This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] Fix a comment typo in h8300.c


Hi,

Attached is a patch to fix a comment typo in h8300.c.  Committed as
obvious.

Kazu Hirata

2001-12-14  Kazu Hirata  <kazu@hxi.com>

	* config/h8300/h8300.c (h8300_adjust_insn_length): Fix a
	comment typo.

Index: h8300.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/h8300/h8300.c,v
retrieving revision 1.86
diff -u -r1.86 h8300.c
--- h8300.c	2001/12/15 01:26:57	1.86
+++ h8300.c	2001/12/15 01:28:32
@@ -3285,7 +3285,7 @@
 {
   rtx pat;
 
-  /* We must filter these ou before calling get_attr_adjust_length.  */
+  /* We must filter these out before calling get_attr_adjust_length.  */
   if (GET_CODE (PATTERN (insn)) == USE
       || GET_CODE (PATTERN (insn)) == CLOBBER
       || GET_CODE (PATTERN (insn)) == SEQUENCE


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]