From 365db11eea46f39f4e46a11a6509d212e41c2307 Mon Sep 17 00:00:00 2001 From: kazu Date: Sun, 30 May 2004 07:12:58 +0000 Subject: * c-common.c, calls.c, cfgcleanup.c, cgraph.c, cgraphunit.c, ddg.c, ddg.h, df.c, df.h, except.c, expr.c, flags.h, fold-const.c, gcc.c, gimplify.c, haifa-sched.c, modulo-sched.c, tree-inline.c, tree-into-ssa.c, tree-nested.c, tree-nrv.c, tree-ssa-ccp.c, tree-ssa-dom.c, tree-ssa-live.c, tree-ssa-loop.c, tree-ssa-pre.c, tree-tailcall.c, tree.h: Fix comment typos. Follow spelling conventions. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@82439 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/c-common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/c-common.c') diff --git a/gcc/c-common.c b/gcc/c-common.c index fc6ec6308ba..ef5af12bb98 100644 --- a/gcc/c-common.c +++ b/gcc/c-common.c @@ -4215,7 +4215,7 @@ finish_label_address_expr (tree label) /* Hook used by expand_expr to expand language-specific tree codes. */ /* The only things that should go here are bits needed to expand - constant initalizers. Everything else should be handled by the + constant initializers. Everything else should be handled by the gimplification routines. */ rtx -- cgit v1.2.3