From: Marco TĂșlio Gontijo e Silva Date: Wed, 26 May 2010 20:58:39 +0000 (+0000) Subject: rts/sm/BlockAlloc.c: Small comment correction. X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=1b12fd49b3c7adf69e9c0bcc6fc8b5c5204598b2 rts/sm/BlockAlloc.c: Small comment correction. --- diff --git a/rts/sm/BlockAlloc.c b/rts/sm/BlockAlloc.c index edc3762..68c3330 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