summaryrefslogtreecommitdiff
path: root/lib/Lex
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2014-05-09 00:42:08 +0000
committerNico Weber <nicolasweber@gmx.de>2014-05-09 00:42:08 +0000
commit03425280e5cbf513d5ca2f634e67e2f8732671bb (patch)
tree24cf39122256d46bbfa4c2662bd1b82c7813621e /lib/Lex
parent4b952223193d9dae10015effea9dfdf08f1a29cf (diff)
downloadclang-03425280e5cbf513d5ca2f634e67e2f8732671bb.tar.gz
clang-03425280e5cbf513d5ca2f634e67e2f8732671bb.tar.bz2
clang-03425280e5cbf513d5ca2f634e67e2f8732671bb.tar.xz
Fix filename in file header comment more.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@208381 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Lex')
-rw-r--r--lib/Lex/MacroArgs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Lex/MacroArgs.cpp b/lib/Lex/MacroArgs.cpp
index d6d23d5649..82c627a1f9 100644
--- a/lib/Lex/MacroArgs.cpp
+++ b/lib/Lex/MacroArgs.cpp
@@ -7,7 +7,7 @@
//
//===----------------------------------------------------------------------===//
//
-// This file implements the TokenLexer interface.
+// This file implements the MacroArgs interface.
//
//===----------------------------------------------------------------------===//