Grammar fix. This is a test commit.
authorMatt Fleming <matt@console-pimps.org>
Thu, 20 May 2010 19:45:09 +0000 (19:45 +0000)
committerMatt Fleming <matt@console-pimps.org>
Thu, 20 May 2010 19:45:09 +0000 (19:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@104264 91177308-0d34-0410-b5e6-96231b3b80d8

lib/MC/MCStreamer.cpp

index 4f484a27d320d167140a8a8f6a733245411a880a..573f2a3530ee9e4de618a77fe9fd253c1f5da5c6 100644 (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) {