diff options
Diffstat (limited to 'rts/Weak.c')
-rw-r--r-- | rts/Weak.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/Weak.c b/rts/Weak.c index 1974bb972e..46a853d6ff 100644 --- a/rts/Weak.c +++ b/rts/Weak.c @@ -110,7 +110,7 @@ scheduleFinalizers(Capability *cap, StgWeak *list) // Furthermore, when PROFILING is turned on, dead weak // pointers are exactly as large as weak pointers, so there is // no need to fill the slop, either. See stg_DEAD_WEAK_info - // in StgMiscClosures.hc. + // in StgMiscClosures.cmm. #endif SET_HDR(w, &stg_DEAD_WEAK_info, w->header.prof.ccs); } |