Fix typo.

llvm-svn: 129437
This commit is contained in:
Jay Foad 2011-04-13 13:03:56 +00:00
parent 603a731de9
commit fdb9f6a3ca
1 changed files with 1 additions and 1 deletions

View 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>