]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
h8300.c (h8300_adjust_insn_length): Fix a comment typo.
authorKazu Hirata <kazu@hxi.com>
Sat, 15 Dec 2001 01:31:00 +0000 (01:31 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sat, 15 Dec 2001 01:31:00 +0000 (01:31 +0000)
* config/h8300/h8300.c (h8300_adjust_insn_length): Fix a
comment typo.

From-SVN: r48025

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

index 2b13073c5f4a5018bd83b7016d171c407082742c..1fd49b186e41958b261d675d09640eacd349e065 100644 (file)
@@ -1,3 +1,8 @@
+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):
index a492d4a3f0a281775cabb54f3958415f95a483fb..2df15e2945df4a8e3704cf030253100a6ca90146 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