]> granicus.if.org Git - clang/commitdiff
Fix comment typo.
authorZhongxing Xu <xuzhongxing@gmail.com>
Wed, 17 Sep 2008 02:35:50 +0000 (02:35 +0000)
committerZhongxing Xu <xuzhongxing@gmail.com>
Wed, 17 Sep 2008 02:35:50 +0000 (02:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@56271 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Parse/Parser.h

index f8bff4e9a9baba29a3c6784df81436a77a019c45..195398c705464e98e80d3b88f9804be70ca35daa 100644 (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() {