From 110abdbc6877d03e991d8d2eb03d479db1bab8e2 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Sat, 26 May 2007 13:00:47 +0000 Subject: i386.c, [...]: Fix comment typos. * config/i386/i386.c, config/pa/pa.c, config/spu/spu.c, df-problems.c, df-scan.c, domwalk.c, ebitmap.c, ebitmap.h, fold-const.c, gcc.c, ipa-type-escape.c, omega.c, omega.h, tree-ssa-coalesce.c, tree-ssa-live.c, tree-ssa-structalias.c, tree-vrp.c: Fix comment typos. Follow spelling conventions. * doc/tm.texi: Follow spelling conventions. From-SVN: r125090 --- gcc/tree-ssa-coalesce.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/tree-ssa-coalesce.c') diff --git a/gcc/tree-ssa-coalesce.c b/gcc/tree-ssa-coalesce.c index e7131ea..5953fec 100644 --- a/gcc/tree-ssa-coalesce.c +++ b/gcc/tree-ssa-coalesce.c @@ -476,7 +476,7 @@ typedef struct ssa_conflicts_d } * ssa_conflicts_p; -/* Return a empty new conflict graph for SIZE elements. */ +/* Return an empty new conflict graph for SIZE elements. */ static inline ssa_conflicts_p ssa_conflicts_new (unsigned size) -- cgit v1.1