From 366f9686dd42398a281f9b0cc88818380184ad92 Mon Sep 17 00:00:00 2001 From: Stefan Date: Fri, 2 May 2025 16:39:17 +0200 Subject: [PATCH] Fixed minor typo --- oscar64/InterCode.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oscar64/InterCode.cpp b/oscar64/InterCode.cpp index fb55f5a..6bb8e77 100644 --- a/oscar64/InterCode.cpp +++ b/oscar64/InterCode.cpp @@ -22457,7 +22457,7 @@ void InterCodeProcedure::RebuildIntegerRangeSet(void) mEntryBlock->RestartLocalIntegerRangeSets(mTemporaries.Size(), mLocalVars, mParamVars); // No need to re-init the loop specific parts, we are restarting. - // Would lead to inifinte pumping weak - bound in some cases + // Would lead to infinite pumping weak - bound in some cases #if 1 int limit = 10; do {