Fix a typo in the documentation. Thanks to Diana Vasile for the patch
authorSylvestre Ledru <sylvestre@debian.org>
Tue, 1 Oct 2013 13:17:09 +0000 (13:17 +0000)
committerSylvestre Ledru <sylvestre@debian.org>
Tue, 1 Oct 2013 13:17:09 +0000 (13:17 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191752 91177308-0d34-0410-b5e6-96231b3b80d8

docs/CodeGenerator.rst

index 1f2dc6ca7f7f40035aa8a0873aa8e1341a3b3d3e..a1fec81d3cf7b2d0caa86a3a6d50abf99b0981eb 100644 (file)
@@ -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