[cfe-commits] r40466 - /cfe/trunk/Parse/Parser.cpp

Chris Lattner sabre at nondot.org
Tue Jul 24 10:03:04 PDT 2007


Author: lattner
Date: Tue Jul 24 12:03:04 2007
New Revision: 40466

URL: http://llvm.org/viewvc/llvm-project?rev=40466&view=rev
Log:
Fix a comment, patch by Kevin Andre!

Modified:
    cfe/trunk/Parse/Parser.cpp

Modified: cfe/trunk/Parse/Parser.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/Parse/Parser.cpp?rev=40466&r1=40465&r2=40466&view=diff

==============================================================================
--- cfe/trunk/Parse/Parser.cpp (original)
+++ cfe/trunk/Parse/Parser.cpp Tue Jul 24 12:03:04 2007
@@ -84,7 +84,7 @@
 //===----------------------------------------------------------------------===//
 
 /// SkipUntil - Read tokens until we get to the specified token, then consume
-/// it (unless DontConsume is false).  Because we cannot guarantee that the
+/// it (unless DontConsume is true).  Because we cannot guarantee that the
 /// token will ever occur, this skips to the next token, or to some likely
 /// good stopping point.  If StopAtSemi is true, skipping will stop at a ';'
 /// character.





More information about the cfe-commits mailing list