diff options
Diffstat (limited to 'rts/Interpreter.c')
-rw-r--r-- | rts/Interpreter.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/Interpreter.c b/rts/Interpreter.c index 463ddae18b..b7575b3051 100644 --- a/rts/Interpreter.c +++ b/rts/Interpreter.c @@ -290,7 +290,7 @@ static StgWord app_ptrs_itbl[] = { }; HsStablePtr rts_breakpoint_io_action; // points to the IO action which is executed on a breakpoint - // it is set in main/GHC.hs:runStmt + // it is set in compiler/GHC.hs:runStmt Capability * interpretBCO (Capability* cap) |