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/vec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/vec.h') diff --git a/gcc/vec.h b/gcc/vec.h index 3ab775d..945a413 100644 --- a/gcc/vec.h +++ b/gcc/vec.h @@ -323,7 +323,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA Find the first position in which VAL could be inserted without changing the ordering of V. LESSTHAN is a function that returns - true if the first argument is strictly less than the second. */ + true if the first argument is strictly less than the second. */ #define VEC_lower_bound(TDEF,V,O,LT) \ (VEC_OP(TDEF,lower_bound)(V,O,LT VEC_CHECK_INFO)) -- cgit v1.1