summaryrefslogtreecommitdiff
path: root/rts/Task.c
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2012-07-14 16:09:49 +0100
committerIan Lynagh <igloo@earth.li>2012-07-14 16:09:49 +0100
commit68b9d28c9d9c2b1beead574568a2ca8393bf4099 (patch)
treefb0d340781a4722d2e12dbf16f82af07be7b300d /rts/Task.c
parent58b96047fefcda4a72d8f07823cce9ea8b6ad98a (diff)
downloadhaskell-68b9d28c9d9c2b1beead574568a2ca8393bf4099.tar.gz
Fix typo
Diffstat (limited to 'rts/Task.c')
-rw-r--r--rts/Task.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/Task.c b/rts/Task.c
index 6c814886ba..3380cfdb08 100644
--- a/rts/Task.c
+++ b/rts/Task.c
@@ -399,7 +399,7 @@ workerTaskStop (Task *task)
// We don't replace this function with serialisableTaskId,
// because debug prints as pointers are more readable than random
// 64-bit intergers (especially on 32-bit architectures)
-// and because we want to use this function also for non-treaded RTS.
+// and because we want to use this function also for non-threaded RTS.
static void *taskId(Task *task)
{
#ifdef THREADED_RTS