From 229031d0e2ec3c74d8dcc0abe20b2906026fd978 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Fri, 10 Sep 2004 08:56:36 +0000 Subject: cgraphunit.c, [...]: Fix comment typos. * cgraphunit.c, predict.c, tree-ssa-loop-ivopts.c: Fix comment typos. From-SVN: r87283 --- gcc/cgraphunit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/cgraphunit.c') diff --git a/gcc/cgraphunit.c b/gcc/cgraphunit.c index bc14983..e297c21 100644 --- a/gcc/cgraphunit.c +++ b/gcc/cgraphunit.c @@ -823,7 +823,7 @@ cgraph_expand_function (struct cgraph_node *node) DECL_SAVED_TREE (node->decl) = NULL; DECL_STRUCT_FUNCTION (node->decl) = NULL; DECL_INITIAL (node->decl) = error_mark_node; - /* Elliminate all call edges. This is important so the call_expr no longer + /* Eliminate all call edges. This is important so the call_expr no longer points to the dead function body. */ while (node->callees) cgraph_remove_edge (node->callees); -- cgit v1.1