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 5aa2d1bc85..4bf540a4a7 100644 --- a/rts/sm/GC.c +++ b/rts/sm/GC.c @@ -281,7 +281,7 @@ GarbageCollect (uint32_t collect_gen, // lose locality by moving cached data into another CPU's cache // (this effect can be quite significant). // - // We could have a more complex way to deterimine whether to do + // We could have a more complex way to determine whether to do // work stealing or not, e.g. it might be a good idea to do it // if the heap is big. For now, we just turn it on or off with // a flag. |