]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* doc/passes.texi: Fix a typo.
authorKazu Hirata <kazu@hxi.com>
Fri, 21 Dec 2001 16:19:14 +0000 (16:19 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Fri, 21 Dec 2001 16:19:14 +0000 (16:19 +0000)
From-SVN: r48245

gcc/ChangeLog
gcc/doc/passes.texi

index 5ce8d29a33e4f87f8674a82bbef0970e70a6f8fd..037058b1f578681954a0a29f32bd935c538532ef 100644 (file)
@@ -1,3 +1,7 @@
+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.
index 8d9a06ea971f9dedcb2b913fe4483a37aa055c85..f248056a941623d13293b2ea8e1adf60364d8900 100644 (file)
@@ -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.