summaryrefslogtreecommitdiffstats
path: root/src/opt/ret/retDelay.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/opt/ret/retDelay.c')
-rw-r--r--src/opt/ret/retDelay.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/opt/ret/retDelay.c b/src/opt/ret/retDelay.c
index 92680cd0..d5b8834f 100644
--- a/src/opt/ret/retDelay.c
+++ b/src/opt/ret/retDelay.c
@@ -123,7 +123,7 @@ if ( fVerbose && !fInitial )
// quit after timing analysis
if ( i == nIterLimit )
break;
- // skip if 10 interations did not give improvement
+ // skip if 10 iterations did not give improvement
if ( i - IterBest > 20 )
break;
// skip if delay limit is reached