summaryrefslogtreecommitdiff
path: root/rts/sm
diff options
context:
space:
mode:
authorEdward Z. Yang <ezyang@cs.stanford.edu>2014-04-13 01:09:40 -0700
committerEdward Z. Yang <ezyang@cs.stanford.edu>2014-04-13 01:09:40 -0700
commit7fa0b43593644fba8a3a60e5503a55268578d3c0 (patch)
treee46b898e37e61e9bfa71a449249234c4d88c4bcc /rts/sm
parente3938f3adac0093b23694fd347774244ce121478 (diff)
downloadhaskell-7fa0b43593644fba8a3a60e5503a55268578d3c0.tar.gz
Make BlockAlloc.c comment slightly more accurate (fixes #8491)
Signed-off-by: Edward Z. Yang <ezyang@cs.stanford.edu>
Diffstat (limited to 'rts/sm')
-rw-r--r--rts/sm/BlockAlloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/sm/BlockAlloc.c b/rts/sm/BlockAlloc.c
index 4d2685bb2c..f06855e63a 100644
--- a/rts/sm/BlockAlloc.c
+++ b/rts/sm/BlockAlloc.c
@@ -45,7 +45,7 @@ static void initMBlock(void *mblock);
bd->free is either:
- zero for a non-group-head; bd->link points to the head
- (-1) for the head of a free block group
- - or it points within the block
+ - or it points within the block (group)
bd->blocks is either:
- zero for a non-group-head; bd->link points to the head