diff options
| -rw-r--r-- | clang/include/clang/Parse/Parser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/include/clang/Parse/Parser.h b/clang/include/clang/Parse/Parser.h index f8bff4e9a9b..195398c7054 100644 --- a/clang/include/clang/Parse/Parser.h +++ b/clang/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() { |

