[llvm] r208759 - Fix strange typo in markup.

Alp Toker alp at nuanti.com
Thu May 15 13:53:28 PDT 2014


On 14/05/2014 11:10, Jay Foad wrote:
> 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.

That is indeed one strange typo.

>
> 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
>   ----------------------
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

-- 
http://www.nuanti.com
the browser experts




More information about the llvm-commits mailing list