Fixed minor typo

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

View File

@ -875,7 +875,7 @@ void InterCodeGenerator::TranslateAssembler(InterCodeModule* mod, Declaration *
cexp = cexp->mRight;
}
// Check if remapping of lables due to operand address size change
// Check if remapping of labels due to operand address size change
if (osize != rsize)
{
adec->mBase->mScope->Iterate([=](const Ident* ident, Declaration* dec) {