aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/doc/passes.texi2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 5ce8d29..037058b 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,9 @@
2001-12-21 Kazu Hirata <kazu@hxi.com>
+ * doc/passes.texi: Fix a typo.
+
+2001-12-21 Kazu Hirata <kazu@hxi.com>
+
* config/h8300/h8300.h: Fix a comment typo.
2001-12-21 Jakub Jelinek <jakub@redhat.com>
diff --git a/gcc/doc/passes.texi b/gcc/doc/passes.texi
index 8d9a06e..f248056 100644
--- a/gcc/doc/passes.texi
+++ b/gcc/doc/passes.texi
@@ -432,7 +432,7 @@ the input file name.
@item
Register movement (@file{regmove.c}). This pass looks for cases where
matching constraints would force an instruction to need a reload, and
-this reload would be a register to register move. It then attempts
+this reload would be a register-to-register move. It then attempts
to change the registers used by the instruction to avoid the move
instruction.