Skip to content

Commit 255cebe

Browse files
[gardening] Fix typo.
1 parent 7b0b183 commit 255cebe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Parse/Parser.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -697,7 +697,7 @@ Parser::parseList(tok RightK, SourceLoc LeftLoc, SourceLoc &RightLoc,
697697
break;
698698
}
699699
// If we're in a comma-separated list, the next token is at the
700-
// beginning of a new line and can never start a element, break.
700+
// beginning of a new line and can never start an element, break.
701701
if (SeparatorK == tok::comma && Tok.isAtStartOfLine() &&
702702
(Tok.is(tok::r_brace) || isStartOfDecl() || isStartOfStmt())) {
703703
break;

0 commit comments

Comments
 (0)