summaryrefslogtreecommitdiff
path: root/compiler/stranal
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2016-02-11 12:38:21 +0100
committerGabor Greif <ggreif@gmail.com>2016-02-11 17:11:20 +0100
commitefba41e2b3b42b7f83e9832b1102f6585cd4ca44 (patch)
tree146aede94566f0c2b4ca6579b86c56244b55b881 /compiler/stranal
parent46af6835ac68d104ee56c29afdfa523c165db2fb (diff)
downloadhaskell-efba41e2b3b42b7f83e9832b1102f6585cd4ca44.tar.gz
Another batch of typo fixes in non-code
Diffstat (limited to 'compiler/stranal')
-rw-r--r--compiler/stranal/DmdAnal.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/stranal/DmdAnal.hs b/compiler/stranal/DmdAnal.hs
index 0a731e9481..f7dbdde8a2 100644
--- a/compiler/stranal/DmdAnal.hs
+++ b/compiler/stranal/DmdAnal.hs
@@ -1173,7 +1173,7 @@ binders the CPR property. Specifically
fw False x = 3
Of course there is the usual risk of re-boxing: we have 'x' available
- boxed and unboxed, but we return the unboxed verison for the wrapper to
+ boxed and unboxed, but we return the unboxed version for the wrapper to
box. If the wrapper doesn't cancel with its caller, we'll end up
re-boxing something that we did have available in boxed form.