summaryrefslogtreecommitdiff
path: root/compiler/stranal
diff options
context:
space:
mode:
authorKrzysztof Gogolewski <krz.gogolewski@gmail.com>2013-09-23 11:28:36 +0200
committerKrzysztof Gogolewski <krz.gogolewski@gmail.com>2013-09-23 11:33:20 +0200
commitbe3b84f3c020e6b147ec9b581d257f88b8774ff0 (patch)
tree41057f031b142d94d4d43f4ed816282ab4be9fc8 /compiler/stranal
parente19ae5df6c05e5fd3c691623e041b136dc5cafe9 (diff)
downloadhaskell-be3b84f3c020e6b147ec9b581d257f88b8774ff0.tar.gz
Typos
Diffstat (limited to 'compiler/stranal')
-rw-r--r--compiler/stranal/DmdAnal.lhs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/stranal/DmdAnal.lhs b/compiler/stranal/DmdAnal.lhs
index 98c4083ddf..5d34caeb47 100644
--- a/compiler/stranal/DmdAnal.lhs
+++ b/compiler/stranal/DmdAnal.lhs
@@ -831,7 +831,7 @@ Notice that j' is not a let-no-escape any more.
However this means in turn that the *enclosing* function
may be CPR'd (via the returned Justs). But in the case of
-sums, there may be Nothing alterantives; and that messes
+sums, there may be Nothing alternatives; and that messes
up the sum-type CPR.
Conclusion: only do this for products. It's still not