Skip to content
Snippets Groups Projects
Commit 01e4b243 authored by Chris Lattner's avatar Chris Lattner
Browse files

Fix a comment, patch by Kevin Andre!

llvm-svn: 40466
parent 366727fc
No related branches found
No related tags found
No related merge requests found
......@@ -84,7 +84,7 @@ bool Parser::ExpectAndConsume(tok::TokenKind ExpectedTok, unsigned DiagID,
//===----------------------------------------------------------------------===//
/// 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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment