summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2013-10-28 21:43:54 +0000
committerBill Wendling <isanbard@gmail.com>2013-10-28 21:43:54 +0000
commitf39819d8e640442f2a229e09aeb432946c46d803 (patch)
tree6f08564ccdb1265f8c246077f488b18ba986fd12 /docs
parent0a8512a279080ecbbc7397a44bfa1221351a49b7 (diff)
downloadllvm-f39819d8e640442f2a229e09aeb432946c46d803.tar.gz
llvm-f39819d8e640442f2a229e09aeb432946c46d803.tar.bz2
llvm-f39819d8e640442f2a229e09aeb432946c46d803.tar.xz
Remove stray '_'.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193543 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/MakefileGuide.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/MakefileGuide.rst b/docs/MakefileGuide.rst
index df37e8904e..120c108de7 100644
--- a/docs/MakefileGuide.rst
+++ b/docs/MakefileGuide.rst
@@ -169,7 +169,7 @@ openable with the ``dlopen`` function and searchable with the ``dlsym`` function
Linux and a few other platforms, it is required on systems like HP-UX and
Darwin. You should use ``LOADABLE_MODULE`` for any shared library that you
intend to be loaded into an tool via the ``-load`` option. :ref:`Pass
-documentation <writing-an-llvm-pass-makefile>`_ has an example of why you might
+documentation <writing-an-llvm-pass-makefile>` has an example of why you might
want to do this.
Loadable Modules