Fix warning and resulting formatting issue.
authorPaul Redmond <paul.redmond@intel.com>
Thu, 30 May 2013 17:24:32 +0000 (17:24 +0000)
committerPaul Redmond <paul.redmond@intel.com>
Thu, 30 May 2013 17:24:32 +0000 (17:24 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@182939 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LangRef.rst

index e07d8fe8dba1a84e5271f7bb06060d15e37793f0..fe4b957989de024ce28c399517026c44da84cc48 100644 (file)
@@ -2911,7 +2911,7 @@ The '``llvm.used``' Global Variable
 -----------------------------------
 
 The ``@llvm.used`` global is an array which has
- :ref:`appending linkage <linkage_appending>`. This array contains a list of
+:ref:`appending linkage <linkage_appending>`. This array contains a list of
 pointers to global variables, functions and aliases which may optionally have a
 pointer cast formed of bitcast or getelementptr. For example, a legal
 use of it is: