Fix typo.

llvm-svn: 49464
This commit is contained in:
Eric Christopher 2008-04-10 05:23:15 +00:00
parent ad75302497
commit 67d650508a
1 changed files with 1 additions and 1 deletions

View 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;