diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2004-11-13 21:11:04 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2004-11-13 21:11:04 +0000 |
commit | 1f838355766df4673e245f7bc17479919effa8ff (patch) | |
tree | ad31c07f0c92ca9821135e839011bb0784c3173f /gcc/domwalk.h | |
parent | e28d0cfbfb126fd6d89fbc7459c9d94c89554f55 (diff) | |
download | gcc-1f838355766df4673e245f7bc17479919effa8ff.zip gcc-1f838355766df4673e245f7bc17479919effa8ff.tar.gz gcc-1f838355766df4673e245f7bc17479919effa8ff.tar.bz2 |
c-cppbuiltin.c, [...]: Fix comment typos.
* c-cppbuiltin.c, cgraph.c, domwalk.h, except.c, gimplify.c,
lambda-code.c, postreload.c, predict.c, tree-sra.c,
tree-ssa-loop-manip.c, tree.c: Fix comment typos.
From-SVN: r90596
Diffstat (limited to 'gcc/domwalk.h')
-rw-r--r-- | gcc/domwalk.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/domwalk.h b/gcc/domwalk.h index b8f31f5..fbf549b 100644 --- a/gcc/domwalk.h +++ b/gcc/domwalk.h @@ -55,7 +55,7 @@ struct dom_walk_data /* Function to call before the statement walk occurring before the recursive walk of the dominator children. - This typically initializes an block local data and pushes that + This typically initializes a block local data and pushes that data onto BLOCK_DATA_STACK. */ void (*before_dom_children_before_stmts) (struct dom_walk_data *, basic_block); |