From 97d0205d16fef2a783e785459b5f30f6a9dfbcb9 Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Thu, 10 Apr 2008 05:23:15 +0000 Subject: [PATCH] Fix typo. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@49464 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/Parse/Parser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.40.0