diff options
author | Ted Kremenek <kremenek@apple.com> | 2008-11-19 22:55:55 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2008-11-19 22:55:55 +0000 |
commit | 9f1384f7db76e24068f6c9d7d881714addb6c029 (patch) | |
tree | 60d1c676c3673eec1060d20e43eeeaa574fe5db2 | |
parent | ac80c6e06b5815228e46294e51c493a74a21f8bc (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.h | 2 |
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(); |