From 6ed3da0066019f8902326857ca7b9cfb5dafab89 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Sat, 7 Jul 2007 13:00:43 +0000 Subject: auto-inc-dec.c, [...]: Fix comment typos. * auto-inc-dec.c, config/arm/arm.c, config/m32r/constraints.md, config/mips/mips.md, config/rs6000/rs6000.c, cselib.c, dce.c, df-core.c, df-problems.c, df-scan.c, df.h, dse.c, gimplify.c, tree-if-conv.c, tree-ssa-sccvn.c, tree-ssa.c: Fix comment typos. Follow spelling conventions. * doc/invoke.texi, doc/rtl.texi: Fix typos. From-SVN: r126439 --- gcc/gimplify.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/gimplify.c') diff --git a/gcc/gimplify.c b/gcc/gimplify.c index dd3d5fa..bc87f39 100644 --- a/gcc/gimplify.c +++ b/gcc/gimplify.c @@ -2141,7 +2141,7 @@ gimplify_call_expr (tree *expr_p, tree *pre_p, bool want_value) i++, p = TREE_CHAIN (p)) { /* We cannot distinguish a varargs function from the case - of excess parameters, still defering the inlining decision + of excess parameters, still deferring the inlining decision to the callee is possible. */ if (!p) break; -- cgit v1.1