Fix a commento.
authorDaniel Dunbar <daniel@zuster.org>
Wed, 19 Aug 2009 16:25:53 +0000 (16:25 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Wed, 19 Aug 2009 16:25:53 +0000 (16:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79427 91177308-0d34-0410-b5e6-96231b3b80d8

tools/llvm-mc/llvm-mc.cpp

index a9ba8bd73a3e93043dd25997373e57daf089f484..fcbf944b24b615a821deff13d369f076b4a4fb7f 100644 (file)
@@ -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