summaryrefslogtreecommitdiffstats
path: root/gcc/cgraphunit.c
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2004-09-10 08:56:36 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2004-09-10 08:56:36 +0000
commit7edd21a5e41f37f04a18533a5f015e494f42b5c5 (patch)
treea235258f481319105e716bd009d194ca54190e52 /gcc/cgraphunit.c
parentd239c51246d16c59416c7b5ce74152da24b1d3ed (diff)
downloadppe42-gcc-7edd21a5e41f37f04a18533a5f015e494f42b5c5.tar.gz
ppe42-gcc-7edd21a5e41f37f04a18533a5f015e494f42b5c5.zip
* cgraphunit.c, predict.c, tree-ssa-loop-ivopts.c: Fix comment
typos. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@87283 138bc75d-0d04-0410-961f-82ee72b054a4
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 bc14983b56e..e297c217839 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);
OpenPOWER on IntegriCloud