Fix comment typo.

llvm-svn: 56271
This commit is contained in:
Zhongxing Xu 2008-09-17 02:35:50 +00:00
parent 173aa8602d
commit 7b7394c8ec
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ private:
}
/// ConsumeToken - Consume the current 'peek token' and lex the next one.
/// This does not work will all kinds of tokens: strings and specific other
/// This does not work with all kinds of tokens: strings and specific other
/// tokens must be consumed with custom methods below. This returns the
/// location of the consumed token.
SourceLocation ConsumeToken() {