diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-04-03 14:09:57 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-04-03 14:09:57 +0000 |
commit | d90dbd3e0fa581d5f1ce9aa57f70a5a693cf9905 (patch) | |
tree | bd4b4f2c491dbc0ee7621f452f734180790eb8a1 /gcc/cfgrtl.c | |
parent | 1301b5979430d54e4b2ff94440cf9535aa113f74 (diff) | |
download | gcc-d90dbd3e0fa581d5f1ce9aa57f70a5a693cf9905.tar.gz |
* cfghooks.c, cfgrtl.c, modulo-sched.c, config/i386/winnt.c:
Fix comment typos.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@97490 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cfgrtl.c')
-rw-r--r-- | gcc/cfgrtl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cfgrtl.c b/gcc/cfgrtl.c index d0a50e46a8e..ea7d1ba9b62 100644 --- a/gcc/cfgrtl.c +++ b/gcc/cfgrtl.c @@ -2998,7 +2998,7 @@ rtl_flow_call_edges_add (sbitmap blocks) } /* Add COMP_RTX as a condition at end of COND_BB. FIRST_HEAD is - the conditional branch traget, SECOND_HEAD should be the fall-thru + the conditional branch target, SECOND_HEAD should be the fall-thru there is no need to handle this here the loop versioning code handles this. the reason for SECON_HEAD is that it is needed for condition in trees, and this should be of the same type since it is a hook. */ |