From 110abdbc6877d03e991d8d2eb03d479db1bab8e2 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Sat, 26 May 2007 13:00:47 +0000 Subject: i386.c, [...]: Fix comment typos. * config/i386/i386.c, config/pa/pa.c, config/spu/spu.c, df-problems.c, df-scan.c, domwalk.c, ebitmap.c, ebitmap.h, fold-const.c, gcc.c, ipa-type-escape.c, omega.c, omega.h, tree-ssa-coalesce.c, tree-ssa-live.c, tree-ssa-structalias.c, tree-vrp.c: Fix comment typos. Follow spelling conventions. * doc/tm.texi: Follow spelling conventions. From-SVN: r125090 --- gcc/df-scan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/df-scan.c') diff --git a/gcc/df-scan.c b/gcc/df-scan.c index 69ba04d..d1ebfcc 100644 --- a/gcc/df-scan.c +++ b/gcc/df-scan.c @@ -1681,7 +1681,7 @@ df_bb_refs_record (struct dataflow *dflow, basic_block bb) { #ifdef EH_USES unsigned int i; - /* This code is putting in a artificial ref for the use at the + /* This code is putting in an artificial ref for the use at the TOP of the block that receives the exception. It is too cumbersome to actually put the ref on the edge. We could either model this at the top of the receiver block or the -- cgit v1.1