summaryrefslogtreecommitdiff
path: root/rts/Compact.cmm
diff options
context:
space:
mode:
Diffstat (limited to 'rts/Compact.cmm')
-rw-r--r--rts/Compact.cmm2
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/Compact.cmm b/rts/Compact.cmm
index bae94a03cd..8a358e1da5 100644
--- a/rts/Compact.cmm
+++ b/rts/Compact.cmm
@@ -297,7 +297,7 @@ stg_compactAddWithSharingzh (P_ compact, P_ p)
StgCompactNFData_hash(compact) = hash;
// Note [compactAddWorker result]
- //
+ // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
// compactAddWorker needs somewhere to store the result - this is
// so that it can be tail-recursive. It must be an address that
// doesn't move during GC, so we can't use heap or stack.