]> granicus.if.org Git - clang/commitdiff
Fix typo.
authorEric Christopher <echristo@apple.com>
Thu, 10 Apr 2008 05:23:15 +0000 (05:23 +0000)
committerEric Christopher <echristo@apple.com>
Thu, 10 Apr 2008 05:23:15 +0000 (05:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@49464 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Parse/Parser.h

index 166f78d7a8ee106528fa6faa63da7ff717e20d7e..a45f81a246ac38150a736c860a68758b9fd80746 100644 (file)
@@ -31,7 +31,7 @@ namespace clang {
 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;