From 471854f82a8ac6adc65c32232877b1f1fb0e82d0 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Fri, 22 Oct 2004 17:05:11 +0000 Subject: alias.c, [...]: Fix comment formatting. * alias.c, basic-block.h, cgraphunit.c, combine.c, domwalk.h, final.c, gengtype.c, genpreds.c, ggc-page.c, insn-notes.def, lambda-code.c, loop-unroll.c, modulo-sched.c, pointer-set.c, pretty-print.c, ra-colorize.c, sbitmap.c, tree-complex.c, tree-data-ref.c, tree-dfa.c, tree-inline.c, tree-into-ssa.c, tree-scalar-evolution.c, tree-ssa-dom.c, tree-ssa-loop-manip.c, tree-ssa-loop-niter.c, tree-ssa-phiopt.c, tree-ssa-pre.c, tree-ssa-threadupdate.c, tree-vectorizer.c, vec.h: Fix comment formatting. From-SVN: r89453 --- gcc/modulo-sched.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/modulo-sched.c') diff --git a/gcc/modulo-sched.c b/gcc/modulo-sched.c index ea68597..b88ef12e 100644 --- a/gcc/modulo-sched.c +++ b/gcc/modulo-sched.c @@ -1936,7 +1936,7 @@ ps_insn_find_column (partial_schedule_ptr ps, ps_insn_ptr ps_i, /* Find the first must follow and the last must precede and insert the node immediately after the must precede - but make sure that it there is no must follow after it. */ + but make sure that it there is no must follow after it. */ for (next_ps_i = ps->rows[row]; next_ps_i; next_ps_i = next_ps_i->next_in_row) -- cgit v1.1