aboutsummaryrefslogtreecommitdiff
path: root/gcc/cgraphunit.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2007-01-03 08:42:27 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2007-01-03 08:42:27 +0000
commitd60ab19691ada0d59633e3f3bf562d255055e4c2 (patch)
tree74ed3cc19357a66485f853efefbb68bad27e7cd8 /gcc/cgraphunit.c
parentc3e188fcaa143800029b5a478f4ac74210ca6879 (diff)
downloadgcc-d60ab19691ada0d59633e3f3bf562d255055e4c2.zip
gcc-d60ab19691ada0d59633e3f3bf562d255055e4c2.tar.gz
gcc-d60ab19691ada0d59633e3f3bf562d255055e4c2.tar.bz2
* cgraphunit.c, tree-ssa-alias.c: Fix comment typos.
From-SVN: r120395
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 2272720..4cbb75f 100644
--- a/gcc/cgraphunit.c
+++ b/gcc/cgraphunit.c
@@ -263,7 +263,7 @@ decide_is_function_needed (struct cgraph_node *node, tree decl)
return false;
}
-/* Process CGRAPH_NEW_FUNCTIONS and perform actions neccesary to add these
+/* Process CGRAPH_NEW_FUNCTIONS and perform actions necessary to add these
functions into callgraph in a way so they look like ordinary reachable
functions inserted into callgraph already at construction time. */