[MLton-commit] r6182
Matthew Fluet
fluet at mlton.org
Mon Nov 19 18:52:39 PST 2007
Spelling mistake in comment
----------------------------------------------------------------------
U mlton/trunk/runtime/gc/controls.h
----------------------------------------------------------------------
Modified: mlton/trunk/runtime/gc/controls.h
===================================================================
--- mlton/trunk/runtime/gc/controls.h 2007-11-19 22:05:56 UTC (rev 6181)
+++ mlton/trunk/runtime/gc/controls.h 2007-11-20 02:52:38 UTC (rev 6182)
@@ -19,7 +19,7 @@
float hashCons;
/* Desired ratio of heap size to live data. */
float live;
- /* Minimum live ratio to us mark-compact GC. */
+ /* Minimum live ratio to use mark-compact GC. */
float markCompact;
/* Only use generational GC with mark-compact collection if the
* ratio of heap size to live data size is below
More information about the MLton-commit
mailing list