aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfgexpand.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2004-06-26 05:03:55 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2004-06-26 05:03:55 +0000
commit61ada8ae18a600c8ace28058fe592ce9842f6237 (patch)
tree33b4de272330067b4be95383df8cefd291cd4392 /gcc/cfgexpand.c
parente1152c0bc885278944dfbfa1c877e045702abc3f (diff)
downloadgcc-61ada8ae18a600c8ace28058fe592ce9842f6237.zip
gcc-61ada8ae18a600c8ace28058fe592ce9842f6237.tar.gz
gcc-61ada8ae18a600c8ace28058fe592ce9842f6237.tar.bz2
c-typeck.c, [...]: Fix comment typos.
* c-typeck.c, cfgexpand.c, ddg.c, ddg.h, df.c, fold-const.c, gcov.c, gimplify.c, modulo-sched.c, passes.c, tree-cfg.c, tree-mudflap.c, tree-nrv.c, tree-outof-ssa.c, tree-ssa-dom.c, tree-ssa-dse.c, tree-ssa-operands.c, tree-ssa-pre.c, tree-tailcall.c: Fix comment typos. Follow spelling conventions. From-SVN: r83703
Diffstat (limited to 'gcc/cfgexpand.c')
-rw-r--r--gcc/cfgexpand.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cfgexpand.c b/gcc/cfgexpand.c
index d9be28b..1576566 100644
--- a/gcc/cfgexpand.c
+++ b/gcc/cfgexpand.c
@@ -389,7 +389,7 @@ set_save_expr_context (tree *tp,
We do conversion per basic block and preserve/update the tree CFG.
This implies we have to do some magic as the CFG can simultaneously
consist of basic blocks containing RTL and GIMPLE trees. This can
- confuse the CFG hooks, so be curefull to not manipulate CFG during
+ confuse the CFG hooks, so be careful to not manipulate CFG during
the expansion. */
static void