aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2008-11-19 22:55:55 +0000
committerTed Kremenek <kremenek@apple.com>2008-11-19 22:55:55 +0000
commit9f1384f7db76e24068f6c9d7d881714addb6c029 (patch)
tree60d1c676c3673eec1060d20e43eeeaa574fe5db2
parentac80c6e06b5815228e46294e51c493a74a21f8bc (diff)
Fix comment.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@59673 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/clang/Lex/PTHLexer.h2
1 files changed, 1 insertions, 1 deletions
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();