aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-math-opts.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2007-01-31 03:45:38 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2007-01-31 03:45:38 +0000
commit88512ba0b895155c90c768ec9f3fbd0f6c7ca06d (patch)
treedd7705242a6f3829eaaeda8c5fd84385708e0595 /gcc/tree-ssa-math-opts.c
parent65de695fa500860d057a377fd7da61059dced000 (diff)
downloadgcc-88512ba0b895155c90c768ec9f3fbd0f6c7ca06d.zip
gcc-88512ba0b895155c90c768ec9f3fbd0f6c7ca06d.tar.gz
gcc-88512ba0b895155c90c768ec9f3fbd0f6c7ca06d.tar.bz2
cgraphunit.c, [...]: Fix comment typos.
* cgraphunit.c, config/arm/arm.c, config/m68k/m68k.c, ipa-inline.c, tree-profile.c, tree-ssa-live.c, tree-ssa-math-opts.c, tree-ssanames.c, tree-vect-analyze.c, value-prof.c: Fix comment typos. From-SVN: r121374
Diffstat (limited to 'gcc/tree-ssa-math-opts.c')
-rw-r--r--gcc/tree-ssa-math-opts.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/tree-ssa-math-opts.c b/gcc/tree-ssa-math-opts.c
index ae7a40b..bb51c31 100644
--- a/gcc/tree-ssa-math-opts.c
+++ b/gcc/tree-ssa-math-opts.c
@@ -521,9 +521,9 @@ struct tree_opt_pass pass_cse_reciprocals =
0 /* letter */
};
-/* Records an occurance at statement USE_STMT in the vector of trees
+/* Records an occurrence at statement USE_STMT in the vector of trees
STMTS if it is dominated by *TOP_BB or dominates it or this basic block
- is not yet initialized. Returns true if the occurance was pushed on
+ is not yet initialized. Returns true if the occurrence was pushed on
the vector. Adjusts *TOP_BB to be the basic block dominating all
statements in the vector. */