summaryrefslogtreecommitdiff
path: root/compiler/stranal
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2017-01-17 17:39:33 +0100
committerGabor Greif <ggreif@gmail.com>2017-01-18 09:37:19 +0100
commite324e317caab06fda232636c32e8a60d9e888a9c (patch)
tree573d703e0c0dcb92d48e46b98145e9283905ee05 /compiler/stranal
parent2b61f52a0d0d636fb468756728c3ee0f5def8304 (diff)
downloadhaskell-e324e317caab06fda232636c32e8a60d9e888a9c.tar.gz
Typos in comments only [ci skip]
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 e2a1dc4493..e7887b94db 100644
--- a/compiler/stranal/DmdAnal.hs
+++ b/compiler/stranal/DmdAnal.hs
@@ -1234,7 +1234,7 @@ binders the CPR property. Specifically
| otherwise = x
For $wf2 we are going to unbox the MkT *and*, since it is strict, the
- first agument of the MkT; see Note [Add demands for strict constructors].
+ first argument of the MkT; see Note [Add demands for strict constructors].
But then we don't want box it up again when returning it! We want
'f2' to have the CPR property, so we give 'x' the CPR property.