summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CodeGenerator.rst
diff options
context:
space:
mode:
authorSylvestre Ledru <sylvestre@debian.org>2013-10-01 13:17:09 +0000
committerSylvestre Ledru <sylvestre@debian.org>2013-10-01 13:17:09 +0000
commita9853efb78a914af2832cfedb97e7393face37bd (patch)
treee6c85112b2e02b9e2798604af18bfc0f6455313e /llvm/docs/CodeGenerator.rst
parent7c5c0eabc998ac51e99039eab0bde875e72d7b9f (diff)
downloadbcm5719-llvm-a9853efb78a914af2832cfedb97e7393face37bd.tar.gz
bcm5719-llvm-a9853efb78a914af2832cfedb97e7393face37bd.zip
Fix a typo in the documentation. Thanks to Diana Vasile for the patch
llvm-svn: 191752
Diffstat (limited to 'llvm/docs/CodeGenerator.rst')
-rw-r--r--llvm/docs/CodeGenerator.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/CodeGenerator.rst b/llvm/docs/CodeGenerator.rst
index 1f2dc6ca7f7..a1fec81d3cf 100644
--- a/llvm/docs/CodeGenerator.rst
+++ b/llvm/docs/CodeGenerator.rst
@@ -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
OpenPOWER on IntegriCloud