From: Daniel Dunbar Date: Wed, 19 Aug 2009 16:25:53 +0000 (+0000) Subject: Fix a commento. X-Git-Tag: android-x86-6.0-r1~1003^2~16443 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=12a8a447a4ca5b939f255ae92e7fef490344593a;p=android-x86%2Fexternal-llvm.git Fix a commento. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79427 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/llvm-mc/llvm-mc.cpp b/tools/llvm-mc/llvm-mc.cpp index a9ba8bd73a3..fcbf944b24b 100644 --- a/tools/llvm-mc/llvm-mc.cpp +++ b/tools/llvm-mc/llvm-mc.cpp @@ -199,7 +199,7 @@ static int AssembleInput(const char *ProgName) { SourceMgr SrcMgr; - // Tell SrcMgr about this buffer, which is what TGParser will pick up. + // Tell SrcMgr about this buffer, which is what the parser will pick up. SrcMgr.AddNewSourceBuffer(Buffer, SMLoc()); // Record the location of the include directories so that the lexer can find