[MLton-commit] r4057
   
    Stephen Weeks
     
    MLton@mlton.org
       
    Wed, 31 Aug 2005 21:01:36 -0700
    
    
  
Updated comment.
----------------------------------------------------------------------
U   mlton/trunk/runtime/gc.h
----------------------------------------------------------------------
Modified: mlton/trunk/runtime/gc.h
===================================================================
--- mlton/trunk/runtime/gc.h	2005-09-01 00:24:04 UTC (rev 4056)
+++ mlton/trunk/runtime/gc.h	2005-09-01 04:01:31 UTC (rev 4057)
@@ -47,8 +47,8 @@
  * of all nonpointer data followed by all pointer data.  
  *
  * 19 bits means that there are only 2^19 different different object layouts,
- * which appears to be plenty, since there were < 128 different types required
- * for a self-compile.
+ * which appears to be plenty, since there were < 10,000 different types 
+ * required for a self-compile.
  */
 
 /* Sizes are (almost) always measured in bytes. */