From 6dfdc153d3a887e82b92ea3b0f26a545f5ef9147 Mon Sep 17 00:00:00 2001 From: kazu Date: Sat, 7 Jul 2007 13:00:43 +0000 Subject: * 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@126439 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/df-core.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc/df-core.c') diff --git a/gcc/df-core.c b/gcc/df-core.c index deca8758530..4418d2c363d 100644 --- a/gcc/df-core.c +++ b/gcc/df-core.c @@ -207,7 +207,7 @@ There are four ways of doing the incremental scanning: insns when only a small number of them have really changed. 4) Do it yourself - In this mechanism, the pass updates the insns - itself using the low level df primatives. Currently no pass does + itself using the low level df primitives. Currently no pass does this, but it has the advantage that it is quite efficient given that the pass generally has exact knowledge of what it is changing. @@ -1502,7 +1502,7 @@ df_bb_delete (int bb_index) /* Verify that there is a place for everything and everything is in its place. This is too expensive to run after every pass in the mainline. However this is an excellent debugging tool if the - dataflow infomation is not being updated properly. You can just + dataflow information is not being updated properly. You can just sprinkle calls in until you find the place that is changing an underlying structure without calling the proper updating routine. */ -- cgit v1.2.1