From 2067c116a461065421179358eb97a4ca83d98009 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Sun, 5 Oct 2003 19:50:56 +0000 Subject: c-pretty-print.c: Fix comment typos. * c-pretty-print.c: Fix comment typos. * c-pretty-print.h: Likewise. * calls.c: Likewise. * cfgloopmanip.c: Likewise. * cgraphunit.c: Likewise. * cppfiles.c: Likewise. * final.c: Likewise. * function.c: Likewise. * gcov-io.h: Likewise. * gcse.c: Likewise. * genoutput.c: Likewise. * loop.c: Likewise. * postreload.c: Likewise. * reg-stack.c: Likewise. * regmove.c: Likewise. * sched-int.h: Likewise. * sched-rgn.c: Likewise. * simplify-rtx.c: Likewise. * tree-inline.c: Likewise. * config/m68hc11/m68hc11.h: Likewise. * config/mmix/mmix.c: Likewise. * config/mn10300/mn10300.md: Likewise. * config/sh/sh.h: Likewise. From-SVN: r72118 --- 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 15e3ebb..5f89a58 100644 --- a/gcc/cgraphunit.c +++ b/gcc/cgraphunit.c @@ -106,7 +106,7 @@ decide_is_function_needed (struct cgraph_node *node, tree decl) /* "extern inline" functions are never output locally. */ if (DECL_EXTERNAL (decl)) return false; - /* We want to emit COMDAT functions only when absolutely neccesary. */ + /* We want to emit COMDAT functions only when absolutely necessary. */ if (DECL_COMDAT (decl)) return false; if (!DECL_INLINE (decl) @@ -166,7 +166,7 @@ cgraph_finalize_function (tree decl, bool nested) inlined in others. ??? It may make more sense to use one body for inlining and other - body for expanding the function but this is dificult to do. */ + body for expanding the function but this is difficult to do. */ /* If node->output is set, then this is a unit-at-a-time compilation and we have already begun whole-unit analysis. This is *not* -- cgit v1.1