diff options
author | Gabor Greif <ggreif@gmail.com> | 2017-01-17 11:25:49 +0100 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2017-01-17 11:25:49 +0100 |
commit | 715be013d40511771bb760647e4aff1b165ddd21 (patch) | |
tree | 140aefed45e565cfa0246dbee9d20c14d3da9b8c /compiler/codeGen | |
parent | 563d64fd067219a0e42c5f1c83830d2847243f6f (diff) | |
download | haskell-715be013d40511771bb760647e4aff1b165ddd21.tar.gz |
Typos in manual and comments [ci skip]
Diffstat (limited to 'compiler/codeGen')
-rw-r--r-- | compiler/codeGen/StgCmmClosure.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/codeGen/StgCmmClosure.hs b/compiler/codeGen/StgCmmClosure.hs index 1943dc4830..7b9813a5e3 100644 --- a/compiler/codeGen/StgCmmClosure.hs +++ b/compiler/codeGen/StgCmmClosure.hs @@ -828,7 +828,7 @@ we run into issues like Trac #10414. Specifically: * It is dangerous to black-hole a non-updatable thunk because - is not updated (of course) - - hence, if it is black-holed and another thread tries to evalute + - hence, if it is black-holed and another thread tries to evaluate it, that thread will block forever This actually happened in Trac #10414. So we do not black-hole non-updatable thunks. |