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 | 6ebd728067316ac6f1d50dec521a7c6ec9feb77a (patch) | |
tree | 2d5cfd2b0179c55f076d08d9f6eae333774d4901 /llvm/lib/MC/MCAsmStreamer.cpp | |
parent | 3bde49aa29aebe5d28a6100cadaffe625681bd79 (diff) | |
download | bcm5719-llvm-6ebd728067316ac6f1d50dec521a7c6ec9feb77a.tar.gz bcm5719-llvm-6ebd728067316ac6f1d50dec521a7c6ec9feb77a.zip |
grammar tweakage
llvm-svn: 114561
Diffstat (limited to 'llvm/lib/MC/MCAsmStreamer.cpp')
-rw-r--r-- | llvm/lib/MC/MCAsmStreamer.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/MC/MCAsmStreamer.cpp b/llvm/lib/MC/MCAsmStreamer.cpp index 15bf72fd460..8442de3f299 100644 --- a/llvm/lib/MC/MCAsmStreamer.cpp +++ b/llvm/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) { |