diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2004-06-26 05:03:55 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2004-06-26 05:03:55 +0000 |
commit | 61ada8ae18a600c8ace28058fe592ce9842f6237 (patch) | |
tree | 33b4de272330067b4be95383df8cefd291cd4392 /gcc/tree-ssa-pre.c | |
parent | e1152c0bc885278944dfbfa1c877e045702abc3f (diff) | |
download | gcc-61ada8ae18a600c8ace28058fe592ce9842f6237.tar.gz |
c-typeck.c, [...]: Fix comment typos.
* c-typeck.c, cfgexpand.c, ddg.c, ddg.h, df.c, fold-const.c,
gcov.c, gimplify.c, modulo-sched.c, passes.c, tree-cfg.c,
tree-mudflap.c, tree-nrv.c, tree-outof-ssa.c, tree-ssa-dom.c,
tree-ssa-dse.c, tree-ssa-operands.c, tree-ssa-pre.c,
tree-tailcall.c: Fix comment typos. Follow spelling
conventions.
From-SVN: r83703
Diffstat (limited to 'gcc/tree-ssa-pre.c')
-rw-r--r-- | gcc/tree-ssa-pre.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-ssa-pre.c b/gcc/tree-ssa-pre.c index 5c32bc28787..45ac8740dda 100644 --- a/gcc/tree-ssa-pre.c +++ b/gcc/tree-ssa-pre.c @@ -1151,7 +1151,7 @@ find_or_generate_expression (basic_block block, tree expr, tree stmts) /* Depending on the order we process DOM branches in, the value may not have propagated to all the dom children yet during this iteration. In this case, the value will always be in - the NEW_SETS for us already, having been propogated from our + the NEW_SETS for us already, having been propagated from our dominator. */ if (genop == NULL) genop = find_leader (NEW_SETS (block), expr); |