diff options
Diffstat (limited to 'includes/rts/prof/CCS.h')
-rw-r--r-- | includes/rts/prof/CCS.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/rts/prof/CCS.h b/includes/rts/prof/CCS.h index 37285672b8..33bfc306f4 100644 --- a/includes/rts/prof/CCS.h +++ b/includes/rts/prof/CCS.h @@ -26,7 +26,7 @@ int rts_isProfiled(void); * putting the 8-byte fields on an 8-byte boundary. Padding can * vary between C compilers, and we don't take into account any * possible padding when generating CCS and CC decls in the code - * generator (compiler/codeGen/CgProf.hs). + * generator (compiler/codeGen/StgCmmProf.hs). */ typedef struct CostCentre_ { |