summaryrefslogtreecommitdiff
path: root/rts/LdvProfile.c
diff options
context:
space:
mode:
Diffstat (limited to 'rts/LdvProfile.c')
-rw-r--r--rts/LdvProfile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/LdvProfile.c b/rts/LdvProfile.c
index aef1703c4a..b56c4d07bb 100644
--- a/rts/LdvProfile.c
+++ b/rts/LdvProfile.c
@@ -70,7 +70,7 @@ processHeapClosureForDead( const StgClosure *c )
if (IS_FORWARDING_PTR(info)) {
// The size of the evacuated closure is currently stored in
// the LDV field. See SET_EVACUAEE_FOR_LDV() in
- // includes/StgLdvProf.h.
+ // rts/include/StgLdvProf.h.
return LDVW(c);
}
info = INFO_PTR_TO_STRUCT(info);