summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/LangRef.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/LangRef.rst b/docs/LangRef.rst
index e07d8fe8db..fe4b957989 100644
--- a/docs/LangRef.rst
+++ b/docs/LangRef.rst
@@ -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: