summaryrefslogtreecommitdiff
path: root/rts/Profiling.c
diff options
context:
space:
mode:
authorKrzysztof Gogolewski <krz.gogolewski@gmail.com>2013-08-24 16:40:06 +0200
committerKrzysztof Gogolewski <krz.gogolewski@gmail.com>2013-10-05 22:10:52 +0200
commit3e0109b302bbd9f849d71cbc3efcc905d5271e4e (patch)
tree5a0ff00c54157385e75aec64fe3276f29d739d7e /rts/Profiling.c
parent3e7b7c3ade04ad3906ac486c987f1e960057043b (diff)
downloadhaskell-3e0109b302bbd9f849d71cbc3efcc905d5271e4e.tar.gz
Remove deprecated _scc_ (#8170)
Diffstat (limited to 'rts/Profiling.c')
-rw-r--r--rts/Profiling.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/Profiling.c b/rts/Profiling.c
index 0c673261dc..50c9c391e7 100644
--- a/rts/Profiling.c
+++ b/rts/Profiling.c
@@ -66,7 +66,7 @@ Mutex ccs_mutex;
* Built-in cost centres and cost-centre stacks:
*
* MAIN is the root of the cost-centre stack tree. If there are
- * no _scc_s in the program, all costs will be attributed
+ * no {-# SCC #-}s in the program, all costs will be attributed
* to MAIN.
*
* SYSTEM is the RTS in general (scheduler, etc.). All costs for