aboutsummaryrefslogtreecommitdiff
path: root/gcc/cgraphunit.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2004-09-10 08:56:36 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2004-09-10 08:56:36 +0000
commit229031d0e2ec3c74d8dcc0abe20b2906026fd978 (patch)
treea235258f481319105e716bd009d194ca54190e52 /gcc/cgraphunit.c
parent3cf735f6061e6fa76a3fedca521b6f3f3be28c1e (diff)
downloadgcc-229031d0e2ec3c74d8dcc0abe20b2906026fd978.zip
gcc-229031d0e2ec3c74d8dcc0abe20b2906026fd978.tar.gz
gcc-229031d0e2ec3c74d8dcc0abe20b2906026fd978.tar.bz2
cgraphunit.c, [...]: Fix comment typos.
* cgraphunit.c, predict.c, tree-ssa-loop-ivopts.c: Fix comment typos. From-SVN: r87283
Diffstat (limited to 'gcc/cgraphunit.c')
-rw-r--r--gcc/cgraphunit.c2
1 files changed, 1 insertions, 1 deletions
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);