|
From: Matthew F. <fl...@ml...> - 2006-12-14 16:12:35
|
Update comment ---------------------------------------------------------------------- U mlton/branches/on-20050822-x86_64-branch/runtime/gc/object.h ---------------------------------------------------------------------- Modified: mlton/branches/on-20050822-x86_64-branch/runtime/gc/object.h =================================================================== --- mlton/branches/on-20050822-x86_64-branch/runtime/gc/object.h 2006-12-14 20:40:20 UTC (rev 4977) +++ mlton/branches/on-20050822-x86_64-branch/runtime/gc/object.h 2006-12-15 00:12:28 UTC (rev 4978) @@ -80,7 +80,7 @@ * native word size. MLton's aggressive representation strategies may * pack multiple primitive values into the same native word. * Likewise, a primitive value may span multiple native words (e.g., - * Word64.word). + * Word64.word on an x86). */ #define GC_NORMAL_HEADER_SIZE GC_HEADER_SIZE |