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/cfghooks.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/cfghooks.c')
-rw-r--r-- | gcc/cfghooks.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cfghooks.c b/gcc/cfghooks.c index eb21afe6fa1..bf7921806b2 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) |