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 ab5fb7f559
commit 141791c6d1
1 changed files with 1 additions and 1 deletions

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