From 1ea7e6ad84d890cc6d002e9e698055de85a28cfd Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Sun, 30 May 2004 07:12:58 +0000 Subject: c-common.c, [...]: Fix comment typos. * 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. From-SVN: r82439 --- gcc/cgraph.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/cgraph.c') diff --git a/gcc/cgraph.c b/gcc/cgraph.c index 37008e2..9f00f60 100644 --- a/gcc/cgraph.c +++ b/gcc/cgraph.c @@ -61,7 +61,7 @@ The callgraph: The function inlining information is decided in advance and maintained in the callgraph as so called inline plan. For each inlined call, the callee's node is cloned to represent the - new function copy produced by inlininer. + new function copy produced by inliner. Each inlined call gets a unique corresponding clone node of the callee and the data structure is updated while inlining is performed, so the clones are eliminated and their callee edges redirected to the -- cgit v1.1