diff options
Diffstat (limited to 'rts/LdvProfile.c')
-rw-r--r-- | rts/LdvProfile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/LdvProfile.c b/rts/LdvProfile.c index f4ab02886d..cf57f28eae 100644 --- a/rts/LdvProfile.c +++ b/rts/LdvProfile.c @@ -111,7 +111,7 @@ processHeapClosureForDead( const StgClosure *c ) case BLACKHOLE: case BLOCKING_QUEUE: /* - 'Ingore' cases + 'Ignore' cases */ // Why can we ignore IND closures? We assume that // any census is preceded by a major garbage collection, which |