summaryrefslogtreecommitdiff
path: root/compiler/codeGen
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2017-01-17 11:25:49 +0100
committerGabor Greif <ggreif@gmail.com>2017-01-17 11:25:49 +0100
commit715be013d40511771bb760647e4aff1b165ddd21 (patch)
tree140aefed45e565cfa0246dbee9d20c14d3da9b8c /compiler/codeGen
parent563d64fd067219a0e42c5f1c83830d2847243f6f (diff)
downloadhaskell-715be013d40511771bb760647e4aff1b165ddd21.tar.gz
Typos in manual and comments [ci skip]
Diffstat (limited to 'compiler/codeGen')
-rw-r--r--compiler/codeGen/StgCmmClosure.hs2
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.