summaryrefslogtreecommitdiff
path: root/gcc/gcc.texi
diff options
context:
space:
mode:
authorhp <hp@138bc75d-0d04-0410-961f-82ee72b054a4>2000-02-14 10:37:13 +0000
committerhp <hp@138bc75d-0d04-0410-961f-82ee72b054a4>2000-02-14 10:37:13 +0000
commitd76d9d87d8d90493edb9e0f43a1e8eea73b6c655 (patch)
tree28f41d1e8a06720e93a98fe161e9e3806e16d206 /gcc/gcc.texi
parent4ed63286e3e67ba87df24b55ddac81dbb6168daf (diff)
downloadgcc-d76d9d87d8d90493edb9e0f43a1e8eea73b6c655.tar.gz
* gcc.texi (Passes): Fix typo.
* md.texi (Standard Names): Ditto. * tm.texi (Storage Layout): Ditto. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31967 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/gcc.texi')
-rw-r--r--gcc/gcc.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gcc.texi b/gcc/gcc.texi
index 5e29909b75d..5122e0c1d5d 100644
--- a/gcc/gcc.texi
+++ b/gcc/gcc.texi
@@ -3434,7 +3434,7 @@ to 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 them 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.