[llvm-commits] [llvm] r104264 - /llvm/trunk/lib/MC/MCStreamer.cpp
Matt Fleming
matt at console-pimps.org
Thu May 20 12:45:09 PDT 2010
Author: mfleming
Date: Thu May 20 14:45:09 2010
New Revision: 104264
URL: http://llvm.org/viewvc/llvm-project?rev=104264&view=rev
Log:
Grammar fix. This is a test commit.
Modified:
llvm/trunk/lib/MC/MCStreamer.cpp
Modified: llvm/trunk/lib/MC/MCStreamer.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/MC/MCStreamer.cpp?rev=104264&r1=104263&r2=104264&view=diff
==============================================================================
--- llvm/trunk/lib/MC/MCStreamer.cpp (original)
+++ llvm/trunk/lib/MC/MCStreamer.cpp Thu May 20 14:45:09 2010
@@ -48,7 +48,7 @@
EmitValue(E, 1, AddrSpace);
}
-/// 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 MCStreamer::EmitRawText(StringRef String) {
More information about the llvm-commits
mailing list