[commit: ghc] master: Update source pointer. (27e20e2)
Edward Z. Yang
ezyang at MIT.EDU
Sun Mar 3 01:05:34 CET 2013
Repository : http://darcs.haskell.org/ghc.git/
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/27e20e2406168413fb30d1f253e808c40be13ae8
>---------------------------------------------------------------
commit 27e20e2406168413fb30d1f253e808c40be13ae8
Author: Edward Z. Yang <ezyang at mit.edu>
Date: Sat Mar 2 16:05:00 2013 -0800
Update source pointer.
Signed-off-by: Edward Z. Yang <ezyang at mit.edu>
>---------------------------------------------------------------
includes/rts/prof/CCS.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/includes/rts/prof/CCS.h b/includes/rts/prof/CCS.h
index 3728567..33bfc30 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_ {
More information about the ghc-commits
mailing list