aboutsummaryrefslogtreecommitdiff
path: root/gcc/cgraph.c
diff options
context:
space:
mode:
authorBernd Edlinger <bernd.edlinger@hotmail.de>2016-05-25 07:38:32 +0000
committerBernd Edlinger <edlinger@gcc.gnu.org>2016-05-25 07:38:32 +0000
commit65c74eb276f0c2727a1485131ab324c744c1df40 (patch)
tree7f69de75c069b2544dbf8cc8f777b84cd4327d5a /gcc/cgraph.c
parent568da5e6e1d08b98244bf3e55d50e8811404124d (diff)
downloadgcc-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/cgraph.c')
-rw-r--r--gcc/cgraph.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cgraph.c b/gcc/cgraph.c
index 1a4f665..08bf9bf 100644
--- a/gcc/cgraph.c
+++ b/gcc/cgraph.c
@@ -2235,7 +2235,7 @@ cgraph_node::get_availability (symtab_node *ref)
else if (!externally_visible)
avail = AVAIL_AVAILABLE;
/* 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.
Also comdat groups are always resolved in groups. */