aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKazu Hirata <kazu@hxi.com>2001-12-15 01:31:00 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2001-12-15 01:31:00 +0000
commite32815aa02d5f29f7491b4775959d458de3f0e58 (patch)
tree0bea2e84024bb779e9fb35e0eb5f99faa3303278
parent64378c9131e059c201246017aae05693ed35a92d (diff)
downloadgcc-e32815aa02d5f29f7491b4775959d458de3f0e58.zip
gcc-e32815aa02d5f29f7491b4775959d458de3f0e58.tar.gz
gcc-e32815aa02d5f29f7491b4775959d458de3f0e58.tar.bz2
h8300.c (h8300_adjust_insn_length): Fix a comment typo.
* config/h8300/h8300.c (h8300_adjust_insn_length): Fix a comment typo. From-SVN: r48025
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/h8300/h8300.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 2b13073..1fd49b1 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.
diff --git a/gcc/config/h8300/h8300.c b/gcc/config/h8300/h8300.c
index a492d4a..2df15e2 100644
--- a/gcc/config/h8300/h8300.c
+++ b/gcc/config/h8300/h8300.c
@@ -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