[llvm] r192102 - Fix typo.

Rafael Espindola rafael.espindola at gmail.com
Mon Oct 7 06:58:00 PDT 2013


Author: rafael
Date: Mon Oct  7 08:57:59 2013
New Revision: 192102

URL: http://llvm.org/viewvc/llvm-project?rev=192102&view=rev
Log:
Fix typo.

Thanks to Sean Silva for noticing it.

Modified:
    llvm/trunk/docs/LangRef.rst

Modified: llvm/trunk/docs/LangRef.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/LangRef.rst?rev=192102&r1=192101&r2=192102&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.rst (original)
+++ llvm/trunk/docs/LangRef.rst Mon Oct  7 08:57:59 2013
@@ -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





More information about the llvm-commits mailing list