aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfghooks.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/cfghooks.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/cfghooks.c')
-rw-r--r--gcc/cfghooks.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cfghooks.c b/gcc/cfghooks.c
index eb21afe..bf79218 100644
--- a/gcc/cfghooks.c
+++ b/gcc/cfghooks.c
@@ -867,7 +867,7 @@ extract_cond_bb_edges (basic_block b, edge *e1, edge *e2)
}
/* Responsible for updating the ssa info (PHI nodes) on the
- new conidtion basic block that guargs the versioned loop. */
+ new condition basic block that guards the versioned loop. */
void
lv_adjust_loop_header_phi (basic_block first, basic_block second,
basic_block new, edge e)