Skip to content
Snippets Groups Projects
Commit 2d828460 authored by Gabor Greif's avatar Gabor Greif :speech_balloon:
Browse files

Typos in comments

parent cb8a63cb
No related merge requests found
...@@ -325,7 +325,7 @@ this transformation. So we try to limit it as much as possible: ...@@ -325,7 +325,7 @@ this transformation. So we try to limit it as much as possible:
(3) Do NOT move a lambda outside a case unless (3) Do NOT move a lambda outside a case unless
(a) The scrutinee is ok-for-speculation, or (a) The scrutinee is ok-for-speculation, or
(b) more liberally: the scrunitee is cheap and -fpedantic-bottoms is not (b) more liberally: the scrutinee is cheap and -fpedantic-bottoms is not
enforced enforced
Of course both (1) and (2) are readily defeated by disguising the bottoms. Of course both (1) and (2) are readily defeated by disguising the bottoms.
......
...@@ -835,7 +835,7 @@ the GC stats. As a result, this breaks things like `:set +s` in GHCi ...@@ -835,7 +835,7 @@ the GC stats. As a result, this breaks things like `:set +s` in GHCi
(#8754). As a hacky workaround, we instead call 'defaultHooks' (#8754). As a hacky workaround, we instead call 'defaultHooks'
directly to initalize the flags in the RTS. directly to initalize the flags in the RTS.
A biproduct of this, I believe, is that hooks are likely broken on OS A byproduct of this, I believe, is that hooks are likely broken on OS
X when dynamically linking. But this probably doesn't affect most X when dynamically linking. But this probably doesn't affect most
people since we're linking GHC dynamically, but most things themselves people since we're linking GHC dynamically, but most things themselves
link statically. link statically.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment