Grammar fix. This is a test commit.

llvm-svn: 104264
This commit is contained in:
Matt Fleming 2010-05-20 19:45:09 +00:00
parent 86f6190fc2
commit eb6f789e6f

View File

@ -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) {