Fix strange typo in markup.
authorJay Foad <jay.foad@gmail.com>
Wed, 14 May 2014 08:10:16 +0000 (08:10 +0000)
committerJay Foad <jay.foad@gmail.com>
Wed, 14 May 2014 08:10:16 +0000 (08:10 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@208759 91177308-0d34-0410-b5e6-96231b3b80d8

docs/CodeGenerator.rst

index 3bc8ce1a9708ed4b5744f4e7e69e856ff4a51493..cc099465b8eadf5add9dd99675873d2cb86ca208 100644 (file)
@@ -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. Currently vararg doesn't work and the
 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
 ----------------------