From: Ted Kremenek Date: Wed, 19 Nov 2008 22:55:55 +0000 (+0000) Subject: Fix comment. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9f1384f7db76e24068f6c9d7d881714addb6c029;p=clang Fix comment. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@59673 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Lex/PTHLexer.h b/include/clang/Lex/PTHLexer.h index 5118c5c7be..da1db2d165 100644 --- a/include/clang/Lex/PTHLexer.h +++ b/include/clang/Lex/PTHLexer.h @@ -57,7 +57,7 @@ public: /// from. Currently this is only used by _Pragma handling. SourceLocation getFileLoc() const { return FileLoc; } - /// ReadToEndOfLine - Read the rest of the current preprocessor line as an + /// DiscardToEndOfLine - Read the rest of the current preprocessor line as an /// uninterpreted string. This switches the lexer out of directive mode. void DiscardToEndOfLine();