Skip to content

Commit

Permalink
fix comment typo, nfc.
Browse files Browse the repository at this point in the history
Swift SVN r28372
  • Loading branch information
lattner committed May 9, 2015
1 parent 3814b70 commit 1fec424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Parse/ParseStmt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1857,7 +1857,7 @@ ParserResult<Stmt> Parser::parseStmtForEach(SourceLoc ForLoc,

ParserResult<Pattern> pattern;

// Parse teh pattern. This is either 'case <refutable pattern>' or just a
// Parse the pattern. This is either 'case <refutable pattern>' or just a
// normal pattern.
if (consumeIf(tok::kw_case)) {
pattern = parseMatchingPattern(/*isExprBasic*/true);
Expand Down

0 comments on commit 1fec424

Please sign in to comment.