aboutsummaryrefslogtreecommitdiff
path: root/gcc/symtab.c
diff options
context:
space:
mode:
authorOndřej Bílka <neleai@seznam.cz>2013-07-21 18:18:04 +0000
committerMike Stump <mrs@gcc.gnu.org>2013-07-21 18:18:04 +0000
commit1aa95df74202a50ca17f06e738c8fae303450fdd (patch)
tree4cf7616fe25f46e4466b597faf6d52056d8cb397 /gcc/symtab.c
parentc0d18c6c7d528e3acfb2506d831191c6e5c82b68 (diff)
downloadgcc-1aa95df74202a50ca17f06e738c8fae303450fdd.zip
gcc-1aa95df74202a50ca17f06e738c8fae303450fdd.tar.gz
gcc-1aa95df74202a50ca17f06e738c8fae303450fdd.tar.bz2
Fix typos.
From-SVN: r201109
Diffstat (limited to 'gcc/symtab.c')
-rw-r--r--gcc/symtab.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/symtab.c b/gcc/symtab.c
index 85d47a8..d15881b 100644
--- a/gcc/symtab.c
+++ b/gcc/symtab.c
@@ -874,7 +874,7 @@ symtab_alias_ultimate_target (symtab_node node, enum availability *availability)
/* To determine visibility of the target, we follow ELF semantic of aliases.
Here alias is an alternative assembler name of a given definition. Its
- availablity prevails the availablity of its target (i.e. static alias of
+ availability prevails the availability of its target (i.e. static alias of
weak definition is available.
Weakref is a different animal (and not part of ELF per se). It is just