From cfa7d81a45648e43031f7f3967e4c324d0e57af5 Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Mon, 7 Oct 2013 13:57:59 +0000 Subject: Fix typo. 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/LangRef.rst b/docs/LangRef.rst index 6a78c14..7ae7e7e 100644 --- a/docs/LangRef.rst +++ b/docs/LangRef.rst @@ -614,7 +614,7 @@ Syntax:: @ = alias [Linkage] [Visibility] @ -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 -- cgit v1.1