diff options
Diffstat (limited to 'rts/RtsSymbols.c')
-rw-r--r-- | rts/RtsSymbols.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/RtsSymbols.c b/rts/RtsSymbols.c index 38e1b8071c..0632dfa6df 100644 --- a/rts/RtsSymbols.c +++ b/rts/RtsSymbols.c @@ -397,7 +397,7 @@ #endif /* Modules compiled with -ticky may mention ticky counters */ -/* This list should marry up with the one in $(TOP)/includes/stg/Ticky.h */ +/* This list should marry up with the one in $(TOP)/rts/include/stg/Ticky.h */ #define RTS_TICKY_SYMBOLS \ SymI_NeedsDataProto(ticky_entry_ctrs) \ SymI_NeedsDataProto(top_ct) \ |