diff options
author | wolfgang <unknown> | 2003-09-14 22:02:29 +0000 |
---|---|---|
committer | wolfgang <unknown> | 2003-09-14 22:02:29 +0000 |
commit | 5a227dba7c8cc5517783ef87f046b0a3b114449b (patch) | |
tree | 94dbb68871b74307aae0ba2bf4e20dc506a95831 /ghc/rts/Interpreter.c | |
parent | 9fa1f25e41b0b35bb8aeff7639cccc6f6abcaec6 (diff) | |
download | haskell-5a227dba7c8cc5517783ef87f046b0a3b114449b.tar.gz |
[project @ 2003-09-14 22:02:29 by wolfgang]
comment wibble
(merge to stable)
Diffstat (limited to 'ghc/rts/Interpreter.c')
-rw-r--r-- | ghc/rts/Interpreter.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/rts/Interpreter.c b/ghc/rts/Interpreter.c index 96ba3b8908..7f408d7cc1 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 |