Fix typo.

llvm-svn: 103755
This commit is contained in:
Nick Lewycky 2010-05-14 01:02:48 +00:00
parent 7fee3c7b28
commit aeb998db39

View File

@ -78,7 +78,7 @@ public:
/// Write the object file.
///
/// This routine is called by the assembler after layout and relaxation is
/// complete, fixups have been evaluate and applied, and relocations
/// complete, fixups have been evaluated and applied, and relocations
/// generated.
virtual void WriteObject(const MCAssembler &Asm,
const MCAsmLayout &Layout) = 0;