Fixed minor typo

This commit is contained in:
Stefan 2025-05-02 16:41:42 +02:00 committed by GitHub
parent 739f1e2161
commit e327d2a148
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2003,7 +2003,7 @@ void Scanner::NextRawToken(void)
default:
// dirty little hack to implement token preview, got to fix
// this with an infinit preview sequence at one point
// this with an infinite preview sequence at one point
mUngetToken = mToken;
mToken = TK_OPERATOR;
return;