[llvm] r182939 - Fix warning and resulting formatting issue.

Paul Redmond paul.redmond at intel.com
Thu May 30 10:24:32 PDT 2013


Author: predmond
Date: Thu May 30 12:24:32 2013
New Revision: 182939

URL: http://llvm.org/viewvc/llvm-project?rev=182939&view=rev
Log:
Fix warning and resulting formatting issue.

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=182939&r1=182938&r2=182939&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.rst (original)
+++ llvm/trunk/docs/LangRef.rst Thu May 30 12:24:32 2013
@@ -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:





More information about the llvm-commits mailing list