diff options
-rw-r--r-- | rts/Schedule.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/Schedule.h b/rts/Schedule.h index 23a1a5b770..49e094bb89 100644 --- a/rts/Schedule.h +++ b/rts/Schedule.h @@ -65,7 +65,7 @@ extern volatile StgWord sched_state; * The timer interrupt transitions ACTIVITY_YES into * ACTIVITY_MAYBE_NO, waits for RtsFlags.GcFlags.idleGCDelayTime, * and then: - * - if idle GC is no, set ACTIVITY_INACTIVE and wakeUpRts() + * - if idle GC is on, set ACTIVITY_INACTIVE and wakeUpRts() * - if idle GC is off, set ACTIVITY_DONE_GC and stopTimer() * * If the scheduler finds ACTIVITY_INACTIVE, then it sets |