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 | 5b75170014bc3e723b7db1ef09e9f51a86582fed (patch) | |
tree | ae16454857c0aef83cbd067ac547388307215668 | |
parent | 2861cf42fe10490ffba2201ce66fa271d1bd3750 (diff) | |
download | bcm5719-llvm-5b75170014bc3e723b7db1ef09e9f51a86582fed.tar.gz bcm5719-llvm-5b75170014bc3e723b7db1ef09e9f51a86582fed.zip |
Fix comment.
llvm-svn: 59673
-rw-r--r-- | clang/include/clang/Lex/PTHLexer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/include/clang/Lex/PTHLexer.h b/clang/include/clang/Lex/PTHLexer.h index 5118c5c7bec..da1db2d1651 100644 --- a/clang/include/clang/Lex/PTHLexer.h +++ b/clang/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(); |