From: sof Date: Tue, 12 Feb 2002 04:49:13 +0000 (+0000) Subject: [project @ 2002-02-12 04:49:13 by sof] X-Git-Tag: Approximately_9120_patches~100 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=45e237c146553151ffa35e0a12229b1d1733d319;p=ghc-hetmet.git [project @ 2002-02-12 04:49:13 by sof] comment wibble --- diff --git a/ghc/rts/Task.h b/ghc/rts/Task.h index 5841f95..86a0c48 100644 --- a/ghc/rts/Task.h +++ b/ghc/rts/Task.h @@ -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__