grammar tweakage

llvm-svn: 114561
This commit is contained in:
Jim Grosbach 2010-09-22 18:18:30 +00:00
parent f8956463a7
commit 8899a330c7

View File

@ -162,7 +162,7 @@ public:
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 @@ void MCAsmStreamer::EmitInstruction(const MCInst &Inst) {
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) {