[llvm] r191752 - Fix a typo in the documentation. Thanks to Diana Vasile for the patch

Sylvestre Ledru sylvestre at debian.org
Tue Oct 1 06:17:09 PDT 2013


Author: sylvestre
Date: Tue Oct  1 08:17:09 2013
New Revision: 191752

URL: http://llvm.org/viewvc/llvm-project?rev=191752&view=rev
Log:
Fix a typo in the documentation. Thanks to Diana Vasile for the patch

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=191752&r1=191751&r2=191752&view=diff
==============================================================================
--- llvm/trunk/docs/CodeGenerator.rst (original)
+++ llvm/trunk/docs/CodeGenerator.rst Tue Oct  1 08:17:09 2013
@@ -1614,7 +1614,7 @@ Implementing a Native Assembler
 ===============================
 
 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





More information about the llvm-commits mailing list