Fix typo.
authorRafael Espindola <rafael.espindola@gmail.com>
Mon, 7 Oct 2013 13:57:59 +0000 (13:57 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Mon, 7 Oct 2013 13:57:59 +0000 (13:57 +0000)
Thanks to Sean Silva for noticing it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@192102 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LangRef.rst

index 6a78c140f3c365bd5c3ddef6f20f6a0cd537db83..7ae7e7e9b05293dfe5439297313360f53c684e38 100644 (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