aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-08-19 16:25:53 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-08-19 16:25:53 +0000
commit12a8a447a4ca5b939f255ae92e7fef490344593a (patch)
tree12109649a3d920344ac94c01a0831f5038deaaa6 /tools
parentecbd0bc478ff3c53a4c2c3cb15098ee24c8218cb (diff)
downloadexternal_llvm-12a8a447a4ca5b939f255ae92e7fef490344593a.zip
external_llvm-12a8a447a4ca5b939f255ae92e7fef490344593a.tar.gz
external_llvm-12a8a447a4ca5b939f255ae92e7fef490344593a.tar.bz2
Fix a commento.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79427 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools')
-rw-r--r--tools/llvm-mc/llvm-mc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llvm-mc/llvm-mc.cpp b/tools/llvm-mc/llvm-mc.cpp
index a9ba8bd..fcbf944 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