[llvm-commits] [llvm] r114561 - /llvm/trunk/lib/MC/MCAsmStreamer.cpp

Jim Grosbach grosbach at apple.com
Wed Sep 22 11:18:31 PDT 2010


Author: grosbach
Date: Wed Sep 22 13:18:30 2010
New Revision: 114561

URL: http://llvm.org/viewvc/llvm-project?rev=114561&view=rev
Log:
grammar tweakage

Modified:
    llvm/trunk/lib/MC/MCAsmStreamer.cpp

Modified: llvm/trunk/lib/MC/MCAsmStreamer.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/MC/MCAsmStreamer.cpp?rev=114561&r1=114560&r2=114561&view=diff
==============================================================================
--- llvm/trunk/lib/MC/MCAsmStreamer.cpp (original)
+++ llvm/trunk/lib/MC/MCAsmStreamer.cpp Wed Sep 22 13:18:30 2010
@@ -162,7 +162,7 @@
 
   virtual void EmitInstruction(const MCInst &Inst);
 
-  /// EmitRawText - If this file is backed by a assembly streamer, this dumps
+  /// EmitRawText - If this file is backed by an assembly streamer, this dumps
   /// the specified string in the output .s file.  This capability is
   /// indicated by the hasRawTextSupport() predicate.
   virtual void EmitRawText(StringRef String);
@@ -692,7 +692,7 @@
   EmitEOL();
 }
 
-/// EmitRawText - If this file is backed by a assembly streamer, this dumps
+/// EmitRawText - If this file is backed by an assembly streamer, this dumps
 /// the specified string in the output .s file.  This capability is
 /// indicated by the hasRawTextSupport() predicate.
 void MCAsmStreamer::EmitRawText(StringRef String) {





More information about the llvm-commits mailing list