[llvm-branch-commits] [llvm-branch] r104352 - /llvm/branches/Apple/whitney/lib/MC/MCStreamer.cpp
Daniel Dunbar
daniel at zuster.org
Fri May 21 12:06:35 PDT 2010
Author: ddunbar
Date: Fri May 21 14:06:35 2010
New Revision: 104352
URL: http://llvm.org/viewvc/llvm-project?rev=104352&view=rev
Log:
Grammar fix. This is a test commit.
Modified:
llvm/branches/Apple/whitney/lib/MC/MCStreamer.cpp
Modified: llvm/branches/Apple/whitney/lib/MC/MCStreamer.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/Apple/whitney/lib/MC/MCStreamer.cpp?rev=104352&r1=104351&r2=104352&view=diff
==============================================================================
--- llvm/branches/Apple/whitney/lib/MC/MCStreamer.cpp (original)
+++ llvm/branches/Apple/whitney/lib/MC/MCStreamer.cpp Fri May 21 14:06:35 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-branch-commits
mailing list