diff options
author | Ian Lynagh <igloo@earth.li> | 2012-07-14 18:05:37 +0100 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2012-07-14 18:05:37 +0100 |
commit | 18f82197efbc2b930b123032fd7828626c04ee43 (patch) | |
tree | fb0b1690acdd41d74d413e6938ac4e888873a3c2 /rts/Trace.h | |
parent | 1abb227d2805a4ce1d94008f0df78a91058e7a92 (diff) | |
download | haskell-18f82197efbc2b930b123032fd7828626c04ee43.tar.gz |
Fix a CPP typo
Diffstat (limited to 'rts/Trace.h')
-rw-r--r-- | rts/Trace.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/Trace.h b/rts/Trace.h index dcd00b8cc1..1ff6640c74 100644 --- a/rts/Trace.h +++ b/rts/Trace.h @@ -373,7 +373,7 @@ INLINE_HEADER void dtraceStartup (int num_caps) { copies, slop, fragmentation, \ par_n_threads, \ par_max_copied, \ - par_tot_copied) \ + par_tot_copied) #define dtraceHeapInfo(heap_capset, gens, \ maxHeapSize, allocAreaSize, \ mblockSize, blockSize) \ |