Fix typo.

Thanks to Sean Silva for noticing it.

llvm-svn: 192102
This commit is contained in:
Rafael Espindola 2013-10-07 13:57:59 +00:00
parent 7ef22b84c8
commit 65785497bf
1 changed files with 1 additions and 1 deletions

View File

@ -614,7 +614,7 @@ Syntax::
@<Name> = alias [Linkage] [Visibility] <AliaseeTy> @<Aliasee>
The linkgage must be one of ``private``, ``linker_private``,
The linkage must be one of ``private``, ``linker_private``,
``linker_private_weak``, ``internal``, ``linkonce``, ``weak``,
``linkonce_odr``, ``weak_odr``, ``linkonce_odr_auto_hide``, ``external``. Note
that some system linkers might not correctly handle dropping a weak symbol that