]> granicus.if.org Git - clang/commitdiff
Fix comment.
authorTed Kremenek <kremenek@apple.com>
Wed, 19 Nov 2008 22:55:55 +0000 (22:55 +0000)
committerTed Kremenek <kremenek@apple.com>
Wed, 19 Nov 2008 22:55:55 +0000 (22:55 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@59673 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Lex/PTHLexer.h

index 5118c5c7bec1b9eebba5939cb7e35356c7965ac2..da1db2d165114c605c924a2a8a47e9c1d5d38018 100644 (file)
@@ -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();