diff options
author | Jim Grosbach <grosbach@apple.com> | 2010-09-22 18:18:30 +0000 |
---|---|---|
committer | Jim Grosbach <grosbach@apple.com> | 2010-09-22 18:18:30 +0000 |
commit | bd4ec84d154bdd3f19b07de1076a06c16f7ebce8 (patch) | |
tree | 54874ebf1a22f760b8feb13154efb66c3c7cd35c /lib/MC/MCAsmStreamer.cpp | |
parent | 00545e1cd50073ed8a3af98070a16b50f3c3401c (diff) | |
download | external_llvm-bd4ec84d154bdd3f19b07de1076a06c16f7ebce8.zip external_llvm-bd4ec84d154bdd3f19b07de1076a06c16f7ebce8.tar.gz external_llvm-bd4ec84d154bdd3f19b07de1076a06c16f7ebce8.tar.bz2 |
grammar tweakage
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114561 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/MC/MCAsmStreamer.cpp')
-rw-r--r-- | lib/MC/MCAsmStreamer.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/MC/MCAsmStreamer.cpp b/lib/MC/MCAsmStreamer.cpp index 15bf72f..8442de3 100644 --- a/lib/MC/MCAsmStreamer.cpp +++ b/lib/MC/MCAsmStreamer.cpp @@ -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) { |