summaryrefslogtreecommitdiff
path: root/includes/rts/prof
diff options
context:
space:
mode:
authorEdward Z. Yang <ezyang@mit.edu>2013-03-02 16:05:00 -0800
committerEdward Z. Yang <ezyang@mit.edu>2013-03-02 16:05:14 -0800
commit27e20e2406168413fb30d1f253e808c40be13ae8 (patch)
treeb55f3b71f3ebe5f7baff11009d30c14dbaa4d617 /includes/rts/prof
parent7c6b3782ae02497ff1b539cc62ad838818fb29a8 (diff)
downloadhaskell-27e20e2406168413fb30d1f253e808c40be13ae8.tar.gz
Update source pointer.
Signed-off-by: Edward Z. Yang <ezyang@mit.edu>
Diffstat (limited to 'includes/rts/prof')
-rw-r--r--includes/rts/prof/CCS.h2
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_ {