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/cgraphunit.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc/cgraphunit.c') diff --git a/gcc/cgraphunit.c b/gcc/cgraphunit.c index e1fe22f..cb21556 100644 --- a/gcc/cgraphunit.c +++ b/gcc/cgraphunit.c @@ -1020,7 +1020,7 @@ cgraph_estimate_growth (struct cgraph_node *node) /* E is expected to be an edge being inlined. Clone destination node of the edge and redirect it to the new clone. - DUPLICATE is used for bookeeping on whether we are actually creating new + DUPLICATE is used for bookkeeping on whether we are actually creating new clones or re-using node originally representing out-of-line function call. */ void @@ -1191,7 +1191,7 @@ cgraph_recursive_inlining_p (struct cgraph_node *to, recursive = what->decl == to->global.inlined_to->decl; else recursive = what->decl == to->decl; - /* Marking recursive function inlinine has sane semantic and thus we should + /* Marking recursive function inline has sane semantic and thus we should not warn on it. */ if (recursive && reason) *reason = (what->local.disregard_inline_limits -- cgit v1.1