Fixed minor typo

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

View File

@ -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 {