diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2004-09-17 09:14:12 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2004-09-17 09:14:12 +0000 |
commit | b01d837fa2551257b38de18320be91ccfb93380c (patch) | |
tree | 6f55e8ca1d5f6104ec983d20bd985efb5e4b87c4 /gcc/tree-ssa.c | |
parent | ee19761de757468f820e140b1364a07c304ffc32 (diff) | |
download | gcc-b01d837fa2551257b38de18320be91ccfb93380c.zip gcc-b01d837fa2551257b38de18320be91ccfb93380c.tar.gz gcc-b01d837fa2551257b38de18320be91ccfb93380c.tar.bz2 |
basic-block.h, [...]: Fix comment typos.
* basic-block.h, c-decl.c, c-parse.in, cgraphunit.c, ddg.c,
gimplify.c, lambda-code.c, optabs.c, predict.c,
tree-scalar-evolution.c, tree-sra.c, tree-ssa-loop-ch.c,
tree-ssa.c, vec.h: Fix comment typos. Follow spelling
conventions.
From-SVN: r87637
Diffstat (limited to 'gcc/tree-ssa.c')
-rw-r--r-- | gcc/tree-ssa.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/tree-ssa.c b/gcc/tree-ssa.c index 8e09755..3e9b213 100644 --- a/gcc/tree-ssa.c +++ b/gcc/tree-ssa.c @@ -650,8 +650,8 @@ verify_ssa (void) verify_alias_info (); free (definition_block); - /* Restore the dominance infomation to its prior known state, so - that we do not perturb the compiler's subsequent behaviour. */ + /* Restore the dominance information to its prior known state, so + that we do not perturb the compiler's subsequent behavior. */ if (orig_dom_state == DOM_NONE) free_dominance_info (CDI_DOMINATORS); else |