[llvm-commits] [llvm] r103755 - /llvm/trunk/include/llvm/MC/MCObjectWriter.h

Nick Lewycky nicholas at mxc.ca
Thu May 13 18:02:48 PDT 2010


Author: nicholas
Date: Thu May 13 20:02:48 2010
New Revision: 103755

URL: http://llvm.org/viewvc/llvm-project?rev=103755&view=rev
Log:
Fix typo.

Modified:
    llvm/trunk/include/llvm/MC/MCObjectWriter.h

Modified: llvm/trunk/include/llvm/MC/MCObjectWriter.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/MC/MCObjectWriter.h?rev=103755&r1=103754&r2=103755&view=diff
==============================================================================
--- llvm/trunk/include/llvm/MC/MCObjectWriter.h (original)
+++ llvm/trunk/include/llvm/MC/MCObjectWriter.h Thu May 13 20:02:48 2010
@@ -78,7 +78,7 @@
   /// 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;





More information about the llvm-commits mailing list