Fix a comment.
Change-Id: I6ead8dc42e06662c6189d0639551d08d8c2b64c4
diff --git a/vm/alloc/MarkSweep.c b/vm/alloc/MarkSweep.c
index bef1a8b..1abdffa 100644
--- a/vm/alloc/MarkSweep.c
+++ b/vm/alloc/MarkSweep.c
@@ -582,8 +582,8 @@
ctx = &gDvm.gcHeap->markContext;
/*
- * Reset the finger to the maximum value to ensure that gray
- * objects are always pushed onto the mark stack.
+ * The finger must have been set to the maximum value to ensure
+ * that gray objects will be pushed onto the mark stack.
*/
assert(ctx->finger == (void *)ULONG_MAX);
numBitmaps = dvmHeapSourceGetNumHeaps();