From: Nico Weber Date: Fri, 9 May 2014 00:42:08 +0000 (+0000) Subject: Fix filename in file header comment more. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=03425280e5cbf513d5ca2f634e67e2f8732671bb;p=clang Fix filename in file header comment more. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@208381 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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. // //===----------------------------------------------------------------------===//