Fix typo.

llvm-svn: 129437
diff --git a/llvm/docs/CodeGenerator.html b/llvm/docs/CodeGenerator.html
index 04e1e5a..5ca40af 100644
--- a/llvm/docs/CodeGenerator.html
+++ b/llvm/docs/CodeGenerator.html
@@ -770,7 +770,7 @@
 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>