diff options
author | Bernd Edlinger <bernd.edlinger@hotmail.de> | 2016-05-25 07:38:32 +0000 |
---|---|---|
committer | Bernd Edlinger <edlinger@gcc.gnu.org> | 2016-05-25 07:38:32 +0000 |
commit | 65c74eb276f0c2727a1485131ab324c744c1df40 (patch) | |
tree | 7f69de75c069b2544dbf8cc8f777b84cd4327d5a /gcc/symtab.c | |
parent | 568da5e6e1d08b98244bf3e55d50e8811404124d (diff) | |
download | gcc-65c74eb276f0c2727a1485131ab324c744c1df40.zip gcc-65c74eb276f0c2727a1485131ab324c744c1df40.tar.gz gcc-65c74eb276f0c2727a1485131ab324c744c1df40.tar.bz2 |
cgraph.c (cgraph_node::get_availability): Fix typo in comment.
* cgraph.c (cgraph_node::get_availability): Fix typo in comment.
* symtab.c (symtab_node::binds_to_current_def_p): Likewise.
* varpool.c (varpool_node::get_availability): Likewise.
From-SVN: r236690
Diffstat (limited to 'gcc/symtab.c')
-rw-r--r-- | gcc/symtab.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/symtab.c b/gcc/symtab.c index 9bf3327..ded6ecc 100644 --- a/gcc/symtab.c +++ b/gcc/symtab.c @@ -2239,7 +2239,7 @@ symtab_node::binds_to_current_def_p (symtab_node *ref) } /* If this is a reference from symbol itself and there are no aliases, we - may be sure that the symbol was not interposed by soemthing else because + may be sure that the symbol was not interposed by something else because the symbol itself would be unreachable otherwise. This is important to optimize recursive functions well. |