diff options
author | Douglas Wilson <douglas.wilson@gmail.com> | 2020-12-22 12:52:05 +0000 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-12-23 10:23:14 -0500 |
commit | cce1514ae7e8b3174bcd66f98247db3ad7928ebc (patch) | |
tree | 7815bdafe39205d656ada7e64d17a3a9ba574a16 /rts/sm | |
parent | f59c34b8e4322beca33e38bbb9a1df8acdf62011 (diff) | |
download | haskell-cce1514ae7e8b3174bcd66f98247db3ad7928ebc.tar.gz |
spelling: thead -> thread
Diffstat (limited to 'rts/sm')
-rw-r--r-- | rts/sm/NonMovingMark.c | 4 |
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. |