diff options
author | Edward Z. Yang <ezyang@cs.stanford.edu> | 2014-04-13 01:09:40 -0700 |
---|---|---|
committer | Edward Z. Yang <ezyang@cs.stanford.edu> | 2014-04-13 01:09:40 -0700 |
commit | 7fa0b43593644fba8a3a60e5503a55268578d3c0 (patch) | |
tree | e46b898e37e61e9bfa71a449249234c4d88c4bcc /rts/sm | |
parent | e3938f3adac0093b23694fd347774244ce121478 (diff) | |
download | haskell-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.c | 2 |
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 |