summaryrefslogtreecommitdiff
path: root/rts/include/RtsAPI.h
diff options
context:
space:
mode:
Diffstat (limited to 'rts/include/RtsAPI.h')
-rw-r--r--rts/include/RtsAPI.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/include/RtsAPI.h b/rts/include/RtsAPI.h
index b6ea88623c..672673498f 100644
--- a/rts/include/RtsAPI.h
+++ b/rts/include/RtsAPI.h
@@ -141,7 +141,7 @@ typedef struct GCDetails_ {
uint32_t threads;
// Number of bytes allocated since the previous GC
uint64_t allocated_bytes;
- // Total amount of live data in the heap (incliudes large + compact data).
+ // Total amount of live data in the heap (includes large + compact data).
// Updated after every GC. Data in uncollected generations (in minor GCs)
// are considered live.
uint64_t live_bytes;