diff options
author | Marco TĂșlio Gontijo e Silva <marcot@debian.org> | 2010-05-26 20:58:39 +0000 |
---|---|---|
committer | Marco TĂșlio Gontijo e Silva <marcot@debian.org> | 2010-05-26 20:58:39 +0000 |
commit | 1b12fd49b3c7adf69e9c0bcc6fc8b5c5204598b2 (patch) | |
tree | 2d87b05508dc6820c3e010aa0df60dd11a7f9ee7 | |
parent | 90490258815d898ec35c072bc459e690870a9c4b (diff) | |
download | haskell-1b12fd49b3c7adf69e9c0bcc6fc8b5c5204598b2.tar.gz |
rts/sm/BlockAlloc.c: Small comment correction.
-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 edc37620bd..68c33304f6 100644 --- a/rts/sm/BlockAlloc.c +++ b/rts/sm/BlockAlloc.c @@ -71,7 +71,7 @@ static void initMBlock(void *mblock); ~~~~~~~~~~ Preliminaries: - - most allocations are for small blocks + - most allocations are for a small number of blocks - sometimes the OS gives us new memory backwards in the address space, sometimes forwards, so we should not be biased towards any particular layout in the address space |