rts/sm/BlockAlloc.c: Small comment correction.
authorMarco Túlio Gontijo e Silva <marcot@debian.org>
Wed, 26 May 2010 20:58:39 +0000 (20:58 +0000)
committerMarco Túlio Gontijo e Silva <marcot@debian.org>
Wed, 26 May 2010 20:58:39 +0000 (20:58 +0000)
rts/sm/BlockAlloc.c

index edc3762..68c3330 100644 (file)
@@ -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