summaryrefslogtreecommitdiff
path: root/includes/rts/storage/TSO.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes/rts/storage/TSO.h')
-rw-r--r--includes/rts/storage/TSO.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/rts/storage/TSO.h b/includes/rts/storage/TSO.h
index 20c6ebf4f2..5e54bff72c 100644
--- a/includes/rts/storage/TSO.h
+++ b/includes/rts/storage/TSO.h
@@ -13,7 +13,7 @@
* PROFILING info in a TSO
*/
typedef struct {
- CostCentreStack *CCCS; /* thread's current CCS */
+ CostCentreStack *cccs; /* thread's current CCS */
} StgTSOProfInfo;
/*