summaryrefslogtreecommitdiff
path: root/rts/Schedule.c
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2012-01-15 01:20:05 +0100
committerSimon Marlow <marlowsd@gmail.com>2012-02-27 14:35:06 +0000
commit4cb771af6e5435b7368b8bbb05de829384dd8b30 (patch)
tree03f22bd2bf5bc1b8eee6bd664fe6898faefa5dd7 /rts/Schedule.c
parented558200ce8675ae5912479dda82c88d349cbc2e (diff)
downloadhaskell-4cb771af6e5435b7368b8bbb05de829384dd8b30.tar.gz
typo
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.
//