From 54edac78b06b27f8b02235b8774d36b0e82a5c0c Mon Sep 17 00:00:00 2001
From: sof <unknown>
Date: Mon, 8 Mar 1999 16:41:42 +0000
Subject: [PATCH] [project @ 1999-03-08 16:41:42 by sof] docfix

---
 ghc/rts/Schedule.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ghc/rts/Schedule.c b/ghc/rts/Schedule.c
index 449ad240e307..663b9bd8af40 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.
    -------------------------------------------------------------------------- */
 
-- 
GitLab