mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix typos.
This commit is contained in:
@@ -601,7 +601,7 @@ void Scanner::scanToken()
|
||||
{
|
||||
tie(token, m, n) = scanIdentifierOrKeyword();
|
||||
|
||||
// Special case for hexademical literals
|
||||
// Special case for hexadecimal literals
|
||||
if (token == Token::Hex)
|
||||
{
|
||||
// reset
|
||||
|
||||
Reference in New Issue
Block a user