diff options
author | Matt Fleming <matt@console-pimps.org> | 2010-05-20 19:45:09 +0000 |
---|---|---|
committer | Matt Fleming <matt@console-pimps.org> | 2010-05-20 19:45:09 +0000 |
commit | 141791c6d1d2df08bf4729163663dc3b0477e7f5 (patch) | |
tree | 4e8eb60965ee30e3edb13c9717b6c6e0673ee68d /llvm/lib | |
parent | ab5fb7f559503a3b7c4f2ea22baf160cc40a6731 (diff) | |
download | bcm5719-llvm-141791c6d1d2df08bf4729163663dc3b0477e7f5.tar.gz bcm5719-llvm-141791c6d1d2df08bf4729163663dc3b0477e7f5.zip |
Grammar fix. This is a test commit.
llvm-svn: 104264
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/MC/MCStreamer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/MC/MCStreamer.cpp b/llvm/lib/MC/MCStreamer.cpp index 4f484a27d32..573f2a3530e 100644 --- a/llvm/lib/MC/MCStreamer.cpp +++ b/llvm/lib/MC/MCStreamer.cpp @@ -48,7 +48,7 @@ void MCStreamer::EmitFill(uint64_t NumBytes, uint8_t FillValue, 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) { |