summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsof <unknown>1999-03-08 16:41:42 +0000
committersof <unknown>1999-03-08 16:41:42 +0000
commit54edac78b06b27f8b02235b8774d36b0e82a5c0c (patch)
tree46cccfc52268fb99ef4e45aca374a46177920ad2
parent72c7154006a78a5f51ae4d14467cb0d29a26c96c (diff)
downloadhaskell-54edac78b06b27f8b02235b8774d36b0e82a5c0c.tar.gz
[project @ 1999-03-08 16:41:42 by sof]
docfix
-rw-r--r--ghc/rts/Schedule.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ghc/rts/Schedule.c b/ghc/rts/Schedule.c
index 449ad240e3..663b9bd8af 100644
--- a/ghc/rts/Schedule.c
+++ b/ghc/rts/Schedule.c
@@ -1,5 +1,5 @@
/* -----------------------------------------------------------------------------
- * $Id: Schedule.c,v 1.14 1999/03/03 19:05:55 sof Exp $
+ * $Id: Schedule.c,v 1.15 1999/03/08 16:41:42 sof Exp $
*
* (c) The GHC Team, 1998-1999
*
@@ -78,7 +78,7 @@ StgTSO *MainTSO;
(and possibly some arguments) pushed on its stack. See
pushClosure() in Schedule.h.
- createGenThread() and createIOThread() (in Schedule.h) are
+ createGenThread() and createIOThread() (in SchedAPI.h) are
convenient packaged versions of this function.
-------------------------------------------------------------------------- */