summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ghc/rts/Interpreter.c2
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