aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfgexpand.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2006-06-30 19:29:39 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2006-06-30 19:29:39 +0000
commit2a8a8292ee7f7e775c7bff8074dead0a8a2919ea (patch)
tree1fb738fe0271684322341bb9f99dd331266561c6 /gcc/cfgexpand.c
parent27651ad32c903c079fa300a4d134e60567935567 (diff)
downloadgcc-2a8a8292ee7f7e775c7bff8074dead0a8a2919ea.zip
gcc-2a8a8292ee7f7e775c7bff8074dead0a8a2919ea.tar.gz
gcc-2a8a8292ee7f7e775c7bff8074dead0a8a2919ea.tar.bz2
cfgexpand.c, [...]: Fix comment typos.
* cfgexpand.c, config/i386/i386.c, genpreds.c, tree-cfg.c: Fix comment typos. From-SVN: r115098
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 1f43a32..630a82a 100644
--- a/gcc/cfgexpand.c
+++ b/gcc/cfgexpand.c
@@ -1626,7 +1626,7 @@ tree_expand_cfg (void)
init_block = construct_init_block ();
/* Clear EDGE_EXECUTABLE on the entry edge(s). It is cleaned from the
- remainining edges in expand_gimple_basic_block. */
+ remaining edges in expand_gimple_basic_block. */
FOR_EACH_EDGE (e, ei, ENTRY_BLOCK_PTR->succs)
e->flags &= ~EDGE_EXECUTABLE;