diff options
author | Gabor Greif <ggreif@gmail.com> | 2017-07-26 15:13:04 +0200 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2017-07-26 15:55:22 +0200 |
commit | 362339dd4cfd652b63c7cd1b7ea5a7486bb40944 (patch) | |
tree | 0f3ec7abbd3166e58feddadde9d6fd52a5ec3022 /rts/ProfHeap.c | |
parent | d31181b90cff7c791465687377cd2093627df429 (diff) | |
download | haskell-362339dd4cfd652b63c7cd1b7ea5a7486bb40944.tar.gz |
Fix note references and some typos
Diffstat (limited to 'rts/ProfHeap.c')
-rw-r--r-- | rts/ProfHeap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/ProfHeap.c b/rts/ProfHeap.c index 43801b8944..cb6a13c897 100644 --- a/rts/ProfHeap.c +++ b/rts/ProfHeap.c @@ -171,7 +171,7 @@ doingRetainerProfiling( void ) } #endif /* PROFILING */ -// Precesses a closure 'c' being destroyed whose size is 'size'. +// Processes a closure 'c' being destroyed whose size is 'size'. // Make sure that LDV_recordDead() is not invoked on 'inherently used' closures // such as TSO; they should not be involved in computing dragNew or voidNew. // |