diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-06-30 19:29:39 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-06-30 19:29:39 +0000 |
commit | 588ce6790a154b6270d295d9c5a3044e838ac1d6 (patch) | |
tree | 1fb738fe0271684322341bb9f99dd331266561c6 /gcc/cfgexpand.c | |
parent | d2ea83e87539f26db10d16f05c6e3224f94f540f (diff) | |
download | gcc-588ce6790a154b6270d295d9c5a3044e838ac1d6.tar.gz |
* cfgexpand.c, config/i386/i386.c, genpreds.c, tree-cfg.c: Fix
comment typos.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115098 138bc75d-0d04-0410-961f-82ee72b054a4
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 1f43a32d77e..630a82a28a5 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; |