summaryrefslogtreecommitdiff
path: root/gcc/df.h
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2007-06-13 02:27:04 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2007-06-13 02:27:04 +0000
commitbef304b8b52eab3ee756fceadade96d3410ed78e (patch)
tree53bc6532998c58f2c87be78479fff08b511afc9a /gcc/df.h
parented1dc2cd1ec1aafbcac80f88f3dc858c27b1d4f0 (diff)
downloadgcc-bef304b8b52eab3ee756fceadade96d3410ed78e.tar.gz
* auto-inc-dec.c, c-incpath.c, config/c4x/libgcc.S,
config/sh/divcost-analysis, dbgcnt.def, df-core.c, df-problems.c, df-scan.c, df.h, dominance.c, dse.c, regstat.c, tree-data-ref.c, tree-ssa-loop-im.c, tree-ssa-loop-prefetch.c, tree-vect-transform.c: Fix comment typos. Follow spelling conventions. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@125666 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/df.h')
-rw-r--r--gcc/df.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/df.h b/gcc/df.h
index 1474c0ae204..9a3345c7ce0 100644
--- a/gcc/df.h
+++ b/gcc/df.h
@@ -800,7 +800,7 @@ extern struct df *df;
#define df_chain (df->problems_by_index[DF_CHAIN])
#define df_note (df->problems_by_index[DF_NOTE])
-/* This symbol turns on checking that each modfication of the cfg has
+/* This symbol turns on checking that each modification of the cfg has
been identified to the appropriate df routines. It is not part of
verification per se because the check that the final solution has
not changed covers this. However, if the solution is not being