aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Foad <jay.foad@gmail.com>2011-04-13 13:03:56 +0000
committerJay Foad <jay.foad@gmail.com>2011-04-13 13:03:56 +0000
commitd61895a4beca5b54d01c1899c005a22261b3bcff (patch)
tree387aed3a266a990c1553a9fe41bd50fe8a8a819e
parent715c80a00b965f19ca2c7dacbc2f809221cc2730 (diff)
downloadexternal_llvm-d61895a4beca5b54d01c1899c005a22261b3bcff.zip
external_llvm-d61895a4beca5b54d01c1899c005a22261b3bcff.tar.gz
external_llvm-d61895a4beca5b54d01c1899c005a22261b3bcff.tar.bz2
Fix typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129437 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/CodeGenerator.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CodeGenerator.html b/docs/CodeGenerator.html
index 04e1e5a..5ca40af 100644
--- a/docs/CodeGenerator.html
+++ b/docs/CodeGenerator.html
@@ -770,7 +770,7 @@ level, devoid of "high level" information like "constant pools", "jump tables",
like label names, machine instructions, and sections in the object file. The
code in this layer is used for a number of important purposes: the tail end of
the code generator uses it to write a .s or .o file, and it is also used by the
-llvm-mc tool to implement standalone machine codeassemblers and disassemblers.
+llvm-mc tool to implement standalone machine code assemblers and disassemblers.
</p>
<p>