[llvm] r193543 - Remove stray '_'.

Bill Wendling isanbard at gmail.com
Mon Oct 28 14:43:54 PDT 2013


Author: void
Date: Mon Oct 28 16:43:54 2013
New Revision: 193543

URL: http://llvm.org/viewvc/llvm-project?rev=193543&view=rev
Log:
Remove stray '_'.

Modified:
    llvm/trunk/docs/MakefileGuide.rst

Modified: llvm/trunk/docs/MakefileGuide.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/MakefileGuide.rst?rev=193543&r1=193542&r2=193543&view=diff
==============================================================================
--- llvm/trunk/docs/MakefileGuide.rst (original)
+++ llvm/trunk/docs/MakefileGuide.rst Mon Oct 28 16:43:54 2013
@@ -169,7 +169,7 @@ openable with the ``dlopen`` function an
 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





More information about the llvm-commits mailing list