[PATCH] Fixed a typo in the documentation

Sylvestre Ledru sylvestre at debian.org
Tue Oct 1 06:20:52 PDT 2013


On 01/10/2013 15:13, Diana Vasile wrote:
> Index: CodeGenerator.rst
> ===================================================================
> --- CodeGenerator.rst(revision 191735)
> +++ CodeGenerator.rst(working copy)
> @@ -1614,7 +1614,7 @@
>  ===============================
>  
>  Though you're probably reading this because you want to write or
> maintain a
> -compiler backend, LLVM also fully supports building a native
> assemblers too.
> +compiler backend, LLVM also fully supports building a native assembler.
>  We've tried hard to automate the generation of the assembler from the
> .td files
>  (in particular the instruction syntax and encodings), which means
> that a large
>  part of the manual and repetitive data entry can be factored and
> shared with the
>
Applied as r191752.
Thanks for the patch!

Sylvestre

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20131001/130d0338/attachment.html>


More information about the llvm-commits mailing list