From: wolfgang Date: Sun, 14 Sep 2003 22:02:29 +0000 (+0000) Subject: [project @ 2003-09-14 22:02:29 by wolfgang] X-Git-Tag: Approx_11550_changesets_converted~453 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=5a227dba7c8cc5517783ef87f046b0a3b114449b [project @ 2003-09-14 22:02:29 by wolfgang] comment wibble (merge to stable) --- diff --git a/ghc/rts/Interpreter.c b/ghc/rts/Interpreter.c index 96ba3b8..7f408d7 100644 --- a/ghc/rts/Interpreter.c +++ b/ghc/rts/Interpreter.c @@ -1198,7 +1198,7 @@ run_BCO: marshall_fn ( (void*)(cap->r.rCurrentTSO->sp + ret_dyn_size) ); #else // Threaded RTS: - // We already made a malloced copy of the arguments above. + // We already made a copy of the arguments above. marshall_fn ( arguments ); #endif