Fix typo: charater → character

This commit is contained in:
practicalswift
2015-12-14 00:11:22 +01:00
parent 7b2dfcbbe2
commit b56beef1c3

View File

@@ -332,7 +332,7 @@ SourceLoc Parser::consumeStartingCharacterOfCurrentToken() {
return consumeToken();
}
// ... or a multi-charater token with the first character being the one that
// ... or a multi-character token with the first character being the one that
// we want to consume as a separate token.
restoreParserPosition(getParserPositionAfterFirstCharacter(Tok));
return PreviousLoc;