[cfe-commits] r56271 - /cfe/trunk/include/clang/Parse/Parser.h
Zhongxing Xu
xuzhongxing at gmail.com
Tue Sep 16 19:35:51 PDT 2008
Author: zhongxingxu
Date: Tue Sep 16 21:35:50 2008
New Revision: 56271
URL: http://llvm.org/viewvc/llvm-project?rev=56271&view=rev
Log:
Fix comment typo.
Modified:
cfe/trunk/include/clang/Parse/Parser.h
Modified: cfe/trunk/include/clang/Parse/Parser.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Parse/Parser.h?rev=56271&r1=56270&r2=56271&view=diff
==============================================================================
--- cfe/trunk/include/clang/Parse/Parser.h (original)
+++ cfe/trunk/include/clang/Parse/Parser.h Tue Sep 16 21:35:50 2008
@@ -111,7 +111,7 @@
}
/// 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() {
More information about the cfe-commits
mailing list