From: Matt Fleming Date: Thu, 20 May 2010 19:45:09 +0000 (+0000) Subject: Grammar fix. This is a test commit. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=ab3b3651add0915a5a051b177029ad117a877f52;p=oota-llvm.git Grammar fix. This is a test commit. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@104264 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/MC/MCStreamer.cpp b/lib/MC/MCStreamer.cpp index 4f484a27d32..573f2a3530e 100644 --- a/lib/MC/MCStreamer.cpp +++ b/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) {