[cfe-commits] r59673 - /cfe/trunk/include/clang/Lex/PTHLexer.h

Ted Kremenek kremenek at apple.com
Wed Nov 19 14:55:55 PST 2008


Author: kremenek
Date: Wed Nov 19 16:55:55 2008
New Revision: 59673

URL: http://llvm.org/viewvc/llvm-project?rev=59673&view=rev
Log:
Fix comment.

Modified:
    cfe/trunk/include/clang/Lex/PTHLexer.h

Modified: cfe/trunk/include/clang/Lex/PTHLexer.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Lex/PTHLexer.h?rev=59673&r1=59672&r2=59673&view=diff

==============================================================================
--- cfe/trunk/include/clang/Lex/PTHLexer.h (original)
+++ cfe/trunk/include/clang/Lex/PTHLexer.h Wed Nov 19 16:55:55 2008
@@ -57,7 +57,7 @@
   /// 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();
   





More information about the cfe-commits mailing list