[commit: ghc] master: Fix typo (68b9d28)
Ian Lynagh
igloo at earth.li
Fri Jul 20 15:46:30 CEST 2012
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/68b9d28c9d9c2b1beead574568a2ca8393bf4099
>---------------------------------------------------------------
commit 68b9d28c9d9c2b1beead574568a2ca8393bf4099
Author: Ian Lynagh <igloo at earth.li>
Date: Sat Jul 14 16:09:49 2012 +0100
Fix typo
>---------------------------------------------------------------
rts/Task.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/rts/Task.c b/rts/Task.c
index 6c81488..3380cfd 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
More information about the Cvs-ghc
mailing list