Remove stray '_'.
authorBill Wendling <isanbard@gmail.com>
Mon, 28 Oct 2013 21:43:54 +0000 (21:43 +0000)
committerBill Wendling <isanbard@gmail.com>
Mon, 28 Oct 2013 21:43:54 +0000 (21:43 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193543 91177308-0d34-0410-b5e6-96231b3b80d8

docs/MakefileGuide.rst

index df37e8904e7d53d8c422ce642f36699c498dc6ec..120c108de78602ebe2ec245915a588be3241a7f3 100644 (file)
@@ -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