aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorKazu Hirata <kazu@hxi.com>2001-12-21 16:19:14 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2001-12-21 16:19:14 +0000
commitc6dcc80eb3cafb49e12b11d9b1c0e6ed72cc5fc0 (patch)
tree4aea3460a541eae3bc658e05aaea7d5f6a35c5a3 /gcc/doc
parent151ad5cd3b6dc74196135320d367774f9ac1c037 (diff)
downloadgcc-c6dcc80eb3cafb49e12b11d9b1c0e6ed72cc5fc0.zip
gcc-c6dcc80eb3cafb49e12b11d9b1c0e6ed72cc5fc0.tar.gz
gcc-c6dcc80eb3cafb49e12b11d9b1c0e6ed72cc5fc0.tar.bz2
* doc/passes.texi: Fix a typo.
From-SVN: r48245
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/passes.texi2
1 files changed, 1 insertions, 1 deletions
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.