summaryrefslogtreecommitdiff
path: root/rts/sm
diff options
context:
space:
mode:
Diffstat (limited to 'rts/sm')
-rw-r--r--rts/sm/NonMovingMark.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/rts/sm/NonMovingMark.c b/rts/sm/NonMovingMark.c
index 658d743ca1..cc815c89c7 100644
--- a/rts/sm/NonMovingMark.c
+++ b/rts/sm/NonMovingMark.c
@@ -190,8 +190,8 @@ StgIndStatic *debug_caf_list_snapshot = (StgIndStatic*)END_OF_CAF_LIST;
* 4. The mark thread marks everything it was sent; runs out of things to mark
* 5. Mark thread initiates a sync
* 6. Capabilities send their final update remembered sets and suspend execution
- * 7. Mark thread marks everything is was sent
- * 8. Mark thead allows capabilities to resume.
+ * 7. Mark thread marks everything it was sent
+ * 8. Mark thread allows capabilities to resume.
*
* However, this is obviously a fair amount of complexity and so far the
* periodic eager flushing approach has been sufficient.