summaryrefslogtreecommitdiffstats
path: root/gcc/cgraphunit.c
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2005-06-03 13:41:39 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2005-06-03 13:41:39 +0000
commitecda6e51d42601e37955c0a51dc6983e52077663 (patch)
tree30a7335ac20350263b282aa5d18ee12a1d28d045 /gcc/cgraphunit.c
parent925159eeb767304255b3def11399185fd33f5747 (diff)
downloadppe42-gcc-ecda6e51d42601e37955c0a51dc6983e52077663.tar.gz
ppe42-gcc-ecda6e51d42601e37955c0a51dc6983e52077663.zip
* cgraph.c, cgraphunit.c, config/mips/mips.c: Fix comment
typos. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100538 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 d9f3ed0ade4..9deacf4c400 100644
--- a/gcc/cgraphunit.c
+++ b/gcc/cgraphunit.c
@@ -421,7 +421,7 @@ cgraph_finalize_function (tree decl, bool nested)
if (decide_is_function_needed (node, decl))
cgraph_mark_needed_node (node);
- /* Since we reclaim unrechable nodes at the end of every language
+ /* Since we reclaim unreachable nodes at the end of every language
level unit, we need to be conservative about possible entry points
there. */
if (TREE_PUBLIC (decl) && !DECL_COMDAT (decl) && !DECL_EXTERNAL (decl))
OpenPOWER on IntegriCloud