diff options
author | Gabor Greif <ggreif@gmail.com> | 2016-07-22 00:10:32 +0200 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2016-07-22 00:10:32 +0200 |
commit | e710f8f52a66d0666ed681049e17902b3d12bb39 (patch) | |
tree | cae97c661329e8fc786ac09ae33b1e0c69bff170 /docs/storage-mgt/ldv.tex | |
parent | 8265c783dc26cb72e74a8fe89101049bb94c6db5 (diff) | |
download | haskell-e710f8f52a66d0666ed681049e17902b3d12bb39.tar.gz |
Correct a few mistyped words in prose/comments
Diffstat (limited to 'docs/storage-mgt/ldv.tex')
-rw-r--r-- | docs/storage-mgt/ldv.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/storage-mgt/ldv.tex b/docs/storage-mgt/ldv.tex index 79f0f23282..897b621aa1 100644 --- a/docs/storage-mgt/ldv.tex +++ b/docs/storage-mgt/ldv.tex @@ -619,7 +619,7 @@ two options should result in nearly same profiling outputs, but the second run (without @-Sstderr@ option) spends almost twice as long in the Haskell mutator as the first run: 1) @+RTS -Sstderr -hL -RTS@; 2) @+RTS -hL -RTS@. -This is quite a subtle bug because this wierd phenomenon is not +This is quite a subtle bug because this weird phenomenon is not observed in retainer profiling, yet the implementation of @mut_user_time_during_LDV()@ is completely analogous to that of @mut_user_time_during_RP()@. The overall shapes of the resultant graphs |