[llvm] r208759 - Fix strange typo in markup.

Jay Foad jay.foad at gmail.com
Wed May 14 01:10:17 PDT 2014


Author: foad
Date: Wed May 14 03:10:16 2014
New Revision: 208759

URL: http://llvm.org/viewvc/llvm-project?rev=208759&view=rev
Log:
Fix strange typo in markup.

Modified:
    llvm/trunk/docs/CodeGenerator.rst

Modified: llvm/trunk/docs/CodeGenerator.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CodeGenerator.rst?rev=208759&r1=208758&r2=208759&view=diff
==============================================================================
--- llvm/trunk/docs/CodeGenerator.rst (original)
+++ llvm/trunk/docs/CodeGenerator.rst Wed May 14 03:10:16 2014
@@ -1993,7 +1993,7 @@ Tail Calls
 
 This box indicates whether the target supports guaranteed tail calls.  These are
 calls marked "`tail <LangRef.html#i_call>`_" and use the fastcc calling
-convention.  Please see the `tail call section more more details`_.
+convention.  Please see the `tail call section`_ for more details.
 
 .. _feat_segstacks:
 
@@ -2011,7 +2011,7 @@ Basic support exists on the X86 backend.
 object files are not marked the way the gold linker expects, but simple Go
 programs can be built by dragonegg.
 
-.. _tail call section more more details:
+.. _tail call section:
 
 Tail call optimization
 ----------------------





More information about the llvm-commits mailing list