From a2927401bcf50a31457f781f62c797d094b7906d Mon Sep 17 00:00:00 2001 From: Stefan Date: Fri, 2 May 2025 16:36:01 +0200 Subject: [PATCH] Fixed minor typo --- oscar64/InterCodeGenerator.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oscar64/InterCodeGenerator.cpp b/oscar64/InterCodeGenerator.cpp index 76eaccf..10dbd26 100644 --- a/oscar64/InterCodeGenerator.cpp +++ b/oscar64/InterCodeGenerator.cpp @@ -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) {