diff options
Diffstat (limited to 'rts/RetainerProfile.c')
-rw-r--r-- | rts/RetainerProfile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/RetainerProfile.c b/rts/RetainerProfile.c index f3e8c72eb8..78daa892ad 100644 --- a/rts/RetainerProfile.c +++ b/rts/RetainerProfile.c @@ -2199,7 +2199,7 @@ checkHeapSanityForRetainerProfiling( void ) /* After all live objects have been scavenged, the garbage collector may create some objects in - scheduleFinalizers(). These objects are created throught + scheduleFinalizers(). These objects are created through allocate(), so the small object pool or the large object pool of the g0s0 may not be empty. */ |