From: Eric Christopher Date: Thu, 10 Apr 2008 05:23:15 +0000 (+0000) Subject: Fix typo. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=97d0205d16fef2a783e785459b5f30f6a9dfbcb9;p=clang Fix typo. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@49464 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Parse/Parser.h b/include/clang/Parse/Parser.h index 166f78d7a8..a45f81a246 100644 --- a/include/clang/Parse/Parser.h +++ b/include/clang/Parse/Parser.h @@ -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;