aboutsummaryrefslogtreecommitdiff
path: root/gcc/reload.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2005-12-16 06:09:31 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2005-12-16 06:09:31 +0000
commit6416ae7f28ac516401f1f64715effce670b76d6f (patch)
treebf3e819caad98dac5bc95062e67178180a96af0e /gcc/reload.c
parentbcf51da29c8c946e51084946a2307a36a1198529 (diff)
downloadgcc-6416ae7f28ac516401f1f64715effce670b76d6f.zip
gcc-6416ae7f28ac516401f1f64715effce670b76d6f.tar.gz
gcc-6416ae7f28ac516401f1f64715effce670b76d6f.tar.bz2
basic-block.h, [...]: Fix comment typos.
* basic-block.h, config/i386/winnt.c, config/pa/pa.c, config/s390/s390.c, dfp.c, expr.c, fold-const.c, params.def, reload.c, struct-equiv.c, tree-ssa-ccp.c, tree-ssa-pre.c, tree-ssa-reassoc.c, tree-ssa-structalias.c: Fix comment typos. * doc/invoke.texi, doc/tm.texi: Fix typos. From-SVN: r108626
Diffstat (limited to 'gcc/reload.c')
-rw-r--r--gcc/reload.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/reload.c b/gcc/reload.c
index 0f98694..97b2c3b 100644
--- a/gcc/reload.c
+++ b/gcc/reload.c
@@ -366,7 +366,7 @@ push_secondary_reload (int in_p, rtx x, int opnum, int optional,
gcc_assert (insn_data[(int) icode].n_operands == 3);
/* ??? We currently have no way to represent a reload that needs
- an icode to reload from an intermediate tertiaty reload register.
+ an icode to reload from an intermediate tertiary reload register.
We should probably have a new field in struct reload to tag a
chain of scratch operand reloads onto. */
gcc_assert (class == NO_REGS);