diff options
Diffstat (limited to 'rts/Ticky.c')
-rw-r--r-- | rts/Ticky.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/Ticky.c b/rts/Ticky.c index e1e981b6df..4547c0b249 100644 --- a/rts/Ticky.c +++ b/rts/Ticky.c @@ -596,7 +596,7 @@ printRegisteredCounterInfo (FILE *tf) StgEntCounter *p; if ( ticky_entry_ctrs != NULL ) { - fprintf(tf,"\nThe following table is explained by http://hackage.haskell.org/trac/ghc/wiki/Debugging/TickyTicky\nAll allocation numbers are in bytes.\n"); + fprintf(tf,"\nThe following table is explained by http://ghc.haskell.org/trac/ghc/wiki/Debugging/TickyTicky\nAll allocation numbers are in bytes.\n"); fprintf(tf,"\n**************************************************\n\n"); } fprintf(tf, "%11s%11s%11s %-23s %s\n", |