aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-structalias.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/tree-ssa-structalias.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/tree-ssa-structalias.c')
-rw-r--r--gcc/tree-ssa-structalias.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/tree-ssa-structalias.c b/gcc/tree-ssa-structalias.c
index 9ed4d78..cf30759 100644
--- a/gcc/tree-ssa-structalias.c
+++ b/gcc/tree-ssa-structalias.c
@@ -3294,7 +3294,7 @@ find_func_aliases (tree origt)
gcc_assert (found);
}
- /* Assign all the passed arguments to the approriate incoming
+ /* Assign all the passed arguments to the appropriate incoming
parameters of the function. */
fi = get_varinfo (varid);
arglist = TREE_OPERAND (rhsop, 1);
@@ -3683,7 +3683,7 @@ create_function_info_for (tree decl, const char *name)
arg = DECL_ARGUMENTS (decl);
- /* Set up varirables for each argument. */
+ /* Set up variables for each argument. */
for (i = 1; i < vi->fullsize; i++)
{
varinfo_t argvi;