X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fincludes%2FStgProf.h;fp=ghc%2Fincludes%2FStgProf.h;h=6cebb331ae1d45a096c6abf2a788426ee97aefcc;hb=1e87b41b945600dc1f4bb977921f89cb97a001d7;hp=e0a00556611ed085494ea8bfbe821235a5f5b23e;hpb=68bb5a6007069f8eafcc54b82ad8f6479b81dec7;p=ghc-hetmet.git diff --git a/ghc/includes/StgProf.h b/ghc/includes/StgProf.h index e0a0055..6cebb33 100644 --- a/ghc/includes/StgProf.h +++ b/ghc/includes/StgProf.h @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: StgProf.h,v 1.2 1998/12/02 13:21:39 simonm Exp $ + * $Id: StgProf.h,v 1.3 1999/03/18 17:57:19 simonm Exp $ * * (c) The GHC Team, 1998 * @@ -123,7 +123,7 @@ extern CostCentreStack *CCS_LIST; /* registered CCS list */ /* For grabbing the cost centre from a closure */ #define CCS_HDR(closure) ((StgClosure *)(closure))->header.prof.ccs -/* Restore the CCCS from a stack fram. +/* Restore the CCCS from a stack frame. * (addr should always be Sp->header.prof.ccs) */ #define RESTORE_CCCS(addr) (CCCS = (CostCentreStack *)(addr))