diff options
Diffstat (limited to 'gcc/cfgexpand.c')
-rw-r--r-- | gcc/cfgexpand.c | 2 |
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 |