Fix typos.

This commit is contained in:
chriseth
2018-10-04 13:28:16 +02:00
parent 1305bf34f0
commit d76bfcd935
8 changed files with 12 additions and 11 deletions
+1 -1
View File
@@ -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