From 6ed3da0066019f8902326857ca7b9cfb5dafab89 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Sat, 7 Jul 2007 13:00:43 +0000 Subject: auto-inc-dec.c, [...]: Fix comment typos. * auto-inc-dec.c, config/arm/arm.c, config/m32r/constraints.md, config/mips/mips.md, config/rs6000/rs6000.c, cselib.c, dce.c, df-core.c, df-problems.c, df-scan.c, df.h, dse.c, gimplify.c, tree-if-conv.c, tree-ssa-sccvn.c, tree-ssa.c: Fix comment typos. Follow spelling conventions. * doc/invoke.texi, doc/rtl.texi: Fix typos. From-SVN: r126439 --- gcc/df-scan.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc/df-scan.c') diff --git a/gcc/df-scan.c b/gcc/df-scan.c index 4a8a1be..3b35928 100644 --- a/gcc/df-scan.c +++ b/gcc/df-scan.c @@ -433,7 +433,7 @@ static struct df_problem problem_SCAN = df_scan_start_block, /* Debugging start block. */ NULL, /* Debugging end block. */ NULL, /* Incremental solution verify start. */ - NULL, /* Incremental solution verfiy end. */ + NULL, /* Incremental solution verify end. */ NULL, /* Dependent problem. */ TV_DF_SCAN, /* Timing variable. */ false /* Reset blocks on dropping out of blocks_to_analyze. */ @@ -3432,7 +3432,7 @@ df_get_eh_block_artificial_uses (bitmap eh_block_artificial_uses) { bitmap_clear (eh_block_artificial_uses); - /* The following code (down thru the arg_pointer seting APPEARS + /* The following code (down thru the arg_pointer setting APPEARS to be necessary because there is nothing that actually describes what the exception handling code may actually need to keep alive. */ -- cgit v1.1