OSDN Git Service

* config/h8300/h8300.c (h8300_adjust_insn_length): Fix a
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 15 Dec 2001 01:31:00 +0000 (01:31 +0000)
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 15 Dec 2001 01:31:00 +0000 (01:31 +0000)
comment typo.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48025 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 2b13073..1fd49b1 100644 (file)
@@ -1,5 +1,10 @@
 2001-12-14  Kazu Hirata  <kazu@hxi.com>
 
+       * config/h8300/h8300.c (h8300_adjust_insn_length): Fix a
+       comment typo.
+
+2001-12-14  Kazu Hirata  <kazu@hxi.com>
+
        * config/h8300/h8300.c (h8300_handle_eightbit_data_attribute):
        Remove the initialization requierment.
        (h8300_handle_tiny_data_attribute): Likewise.
index a492d4a..2df15e2 100644 (file)
@@ -3285,7 +3285,7 @@ h8300_adjust_insn_length (insn, length)
 {
   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