diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2005-06-03 13:41:39 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2005-06-03 13:41:39 +0000 |
commit | ff5c4582e0aef13b6b0908db7a8819eba87c2115 (patch) | |
tree | 30a7335ac20350263b282aa5d18ee12a1d28d045 /gcc/cgraphunit.c | |
parent | 88fbbf4b49abc52b9d3d3d5a7c48bed380492140 (diff) | |
download | gcc-ff5c4582e0aef13b6b0908db7a8819eba87c2115.zip gcc-ff5c4582e0aef13b6b0908db7a8819eba87c2115.tar.gz gcc-ff5c4582e0aef13b6b0908db7a8819eba87c2115.tar.bz2 |
cgraph.c, [...]: Fix comment typos.
* cgraph.c, cgraphunit.c, config/mips/mips.c: Fix comment
typos.
From-SVN: r100538
Diffstat (limited to 'gcc/cgraphunit.c')
-rw-r--r-- | gcc/cgraphunit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cgraphunit.c b/gcc/cgraphunit.c index d9f3ed0..9deacf4 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)) |