Fix typo.
[oota-llvm.git] / 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