aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfgrtl.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2005-04-03 14:09:57 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2005-04-03 14:09:57 +0000
commit315682fb369234900afb7c232e23f116fe35d1dc (patch)
treebd4b4f2c491dbc0ee7621f452f734180790eb8a1 /gcc/cfgrtl.c
parentee307009db460dd07589e6bc2d31aad4c5a40426 (diff)
downloadgcc-315682fb369234900afb7c232e23f116fe35d1dc.zip
gcc-315682fb369234900afb7c232e23f116fe35d1dc.tar.gz
gcc-315682fb369234900afb7c232e23f116fe35d1dc.tar.bz2
cfghooks.c, [...]: Fix comment typos.
* cfghooks.c, cfgrtl.c, modulo-sched.c, config/i386/winnt.c: Fix comment typos. From-SVN: r97490
Diffstat (limited to 'gcc/cfgrtl.c')
-rw-r--r--gcc/cfgrtl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cfgrtl.c b/gcc/cfgrtl.c
index d0a50e4..ea7d1ba 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. */