From b7f2d1256949c016724577168106002c4b12169c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niklas=20Hamb=C3=BCchen?= <mail@nh2.me> Date: Tue, 19 Sep 2017 15:12:11 -0400 Subject: [PATCH] rts: Fix typo in comment Reviewers: bgamari, austin, erikd, simonmar Reviewed By: bgamari Subscribers: rwbarton, thomie Differential Revision: https://phabricator.haskell.org/D3958 --- rts/Schedule.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rts/Schedule.h b/rts/Schedule.h index 23a1a5b77058..49e094bb89fd 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 -- GitLab