[MLton-commit] r4210
Matthew Fluet
MLton@mlton.org
Sat, 12 Nov 2005 12:11:18 -0800
Comments
----------------------------------------------------------------------
U mlton/branches/on-20050822-x86_64-branch/runtime/gc/weak.h
----------------------------------------------------------------------
Modified: mlton/branches/on-20050822-x86_64-branch/runtime/gc/weak.h
===================================================================
--- mlton/branches/on-20050822-x86_64-branch/runtime/gc/weak.h 2005-11-12 19:55:50 UTC (rev 4209)
+++ mlton/branches/on-20050822-x86_64-branch/runtime/gc/weak.h 2005-11-12 20:11:17 UTC (rev 4210)
@@ -15,8 +15,8 @@
* object-pointer
*
* The object type indexed by the header determines whether the weak
- * is valid or not. If the type has numPointers == 1, then the weak
- * pointer is valid. Otherwise, the type has numPointers == 0 and the
+ * is valid or not. If the type has numObjptrs == 1, then the weak
+ * pointer is valid. Otherwise, the type has numObjptrs == 0 and the
* weak pointer is not valid.
*
* There may be zero or more bytes of padding for alignment purposes.
@@ -36,4 +36,3 @@
uint32_t GC_weakCanGet (GC_state s, pointer p);
pointer GC_weakGet (GC_state s, pointer p);
pointer GC_weakNew (GC_state s, GC_header header, pointer p);
-