Fix typo.
authorJay Foad <jay.foad@gmail.com>
Wed, 13 Apr 2011 13:03:56 +0000 (13:03 +0000)
committerJay Foad <jay.foad@gmail.com>
Wed, 13 Apr 2011 13:03:56 +0000 (13:03 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129437 91177308-0d34-0410-b5e6-96231b3b80d8

docs/CodeGenerator.html

index 04e1e5ae213ff75a572aaea54be5ce39b6607fa6..5ca40afc33f867b4e80993d4ea06e34a01f9c093 100644 (file)
@@ -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>