diff options
Diffstat (limited to 'rts/ProfHeap.c')
-rw-r--r-- | rts/ProfHeap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/ProfHeap.c b/rts/ProfHeap.c index 9ab4ff1c9d..5e3f8940a0 100644 --- a/rts/ProfHeap.c +++ b/rts/ProfHeap.c @@ -414,7 +414,7 @@ initHeapProfiling(void) stg_exit(EXIT_FAILURE); } #if defined(THREADED_RTS) - // See Trac #12019. + // See #12019. if (doingLDVProfiling() && RtsFlags.ParFlags.nCapabilities > 1) { errorBelch("-hb cannot be used with multiple capabilities"); stg_exit(EXIT_FAILURE); |