summaryrefslogtreecommitdiff
path: root/rts/Schedule.c
diff options
context:
space:
mode:
Diffstat (limited to 'rts/Schedule.c')
-rw-r--r--rts/Schedule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/Schedule.c b/rts/Schedule.c
index ce10852adb..e17116bc07 100644
--- a/rts/Schedule.c
+++ b/rts/Schedule.c
@@ -128,7 +128,7 @@ static nat n_failed_trygrab_idles = 0, n_idle_caps = 0;
static Capability *schedule (Capability *initialCapability, Task *task);
//
-// These function all encapsulate parts of the scheduler loop, and are
+// These functions all encapsulate parts of the scheduler loop, and are
// abstracted only to make the structure and control flow of the
// scheduler clearer.
//