From 86481e896633d43cdb6447bd9d33f2db5f782c7d Mon Sep 17 00:00:00 2001 From: kazu Date: Sat, 13 Nov 2004 21:11:04 +0000 Subject: * 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@90596 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/domwalk.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/domwalk.h') diff --git a/gcc/domwalk.h b/gcc/domwalk.h index b8f31f57eac..fbf549bbd98 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); -- cgit v1.2.1