diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2007-10-14 01:36:18 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2007-10-14 01:36:18 +0000 |
commit | 84fbffb2c2ca27cf8368808a467a06734fae8ce0 (patch) | |
tree | fa292910ee8ad254d6fd20ee30ba53fae74d9ab7 /gcc/modulo-sched.c | |
parent | d06a846ba9cfffdd2ddbe36a1db7bf47b67a3c13 (diff) | |
download | gcc-84fbffb2c2ca27cf8368808a467a06734fae8ce0.tar.gz |
fixed-bit.c, [...]: Fix comment typos.
* config/fixed-bit.c, config/i386/cpuid.h, config/i386/i386.c,
config/i386/i386.md, config/i386/sse.md, function.c, jump.c,
modulo-sched.c, ra-conflict.c, toplev.c, tree-eh.c, tree-sra.c,
tree-ssa-dse.c, tree-vect-analyze.c, tree-vect-patterns.c,
tree-vect-transform.c: Fix comment typos.
* doc/extend.texi: Fix a typo.
From-SVN: r129291
Diffstat (limited to 'gcc/modulo-sched.c')
-rw-r--r-- | gcc/modulo-sched.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/modulo-sched.c b/gcc/modulo-sched.c index 5325b5ec7a2..8e62c35f42b 100644 --- a/gcc/modulo-sched.c +++ b/gcc/modulo-sched.c @@ -1760,7 +1760,7 @@ ps_insert_empty_row (partial_schedule_ptr ps, int split_row, /* Given U_NODE which is the node that failed to be scheduled; LOW and UP which are the boundaries of it's scheduling window; compute using - SCHED_NODES and II a row in the partial schedule that can be splitted + SCHED_NODES and II a row in the partial schedule that can be split which will separate a critical predecessor from a critical successor thereby expanding the window, and return it. */ static int |