mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Fix typo: charater → character
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user