diff options
-rw-r--r-- | include/clang/Parse/Parser.h | 2 |
1 files changed, 1 insertions, 1 deletions
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() { |