[cfe-commits] r49464 - /cfe/trunk/include/clang/Parse/Parser.h

Eric Christopher echristo at apple.com
Wed Apr 9 22:23:15 PDT 2008


Author: echristo
Date: Thu Apr 10 00:23:15 2008
New Revision: 49464

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

Modified:
    cfe/trunk/include/clang/Parse/Parser.h

Modified: cfe/trunk/include/clang/Parse/Parser.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Parse/Parser.h?rev=49464&r1=49463&r2=49464&view=diff

==============================================================================
--- cfe/trunk/include/clang/Parse/Parser.h (original)
+++ cfe/trunk/include/clang/Parse/Parser.h Thu Apr 10 00:23:15 2008
@@ -31,7 +31,7 @@
 class Parser {
   Preprocessor &PP;
   
-  /// Tok - The current token we are peeking head.  All parsing methods assume
+  /// Tok - The current token we are peeking ahead.  All parsing methods assume
   /// that this is valid.
   Token Tok;
   





More information about the cfe-commits mailing list