[project @ 2002-02-12 04:49:13 by sof]
authorsof <unknown>
Tue, 12 Feb 2002 04:49:13 +0000 (04:49 +0000)
committersof <unknown>
Tue, 12 Feb 2002 04:49:13 +0000 (04:49 +0000)
comment wibble

ghc/rts/Task.h

index 5841f95..86a0c48 100644 (file)
@@ -2,8 +2,8 @@
  *
  * (c) The GHC Team 2001-
  *
- * Types + prototypes for functions in Task.cn
- * (RTS subsystem for handling OS tasks).
+ * Types + prototypes for functions in Task.c
+ * (RTS subsystem for handling tasks, agents thay may execute STG code).
  *
  * -------------------------------------------------------------------------*/
 #ifndef __TASK_H__