diff options
Diffstat (limited to 'rts/sm/GC.c')
-rw-r--r-- | rts/sm/GC.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/sm/GC.c b/rts/sm/GC.c index 83e9c97bd9..a560c2c8fd 100644 --- a/rts/sm/GC.c +++ b/rts/sm/GC.c @@ -743,7 +743,7 @@ GarbageCollect (uint32_t collect_gen, // oldest_gen->scavenged_large_objects back to oldest_gen->large_objects. ASSERT(oldest_gen->scavenged_large_objects == NULL); if (RtsFlags.GcFlags.useNonmoving && major_gc) { - // All threads in non-moving heap should be found to be alive, becuase + // All threads in non-moving heap should be found to be alive, because // threads in the non-moving generation's list should live in the // non-moving heap, and we consider non-moving objects alive during // preparation. |