From: Zhongxing Xu Date: Wed, 17 Sep 2008 02:35:50 +0000 (+0000) Subject: Fix comment typo. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d6ecc5cf945ccdf2b931137e364a69cde59ab18b;p=clang Fix comment typo. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@56271 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Parse/Parser.h b/include/clang/Parse/Parser.h index f8bff4e9a9..195398c705 100644 --- a/include/clang/Parse/Parser.h +++ b/include/clang/Parse/Parser.h @@ -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() {