summaryrefslogtreecommitdiff
path: root/compiler/simplCore/SimplUtils.lhs
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2013-08-19 11:43:02 +0200
committerGabor Greif <ggreif@gmail.com>2013-08-20 11:55:30 +0200
commit9325b18fb964f359fa76c40d831c9a2d847195fb (patch)
tree1f55b07a62dc82cc56a26bcd740471388f3cfea3 /compiler/simplCore/SimplUtils.lhs
parent21db80384bc80d3988a4dead3824edf43d416395 (diff)
downloadhaskell-9325b18fb964f359fa76c40d831c9a2d847195fb.tar.gz
Comments only
Diffstat (limited to 'compiler/simplCore/SimplUtils.lhs')
-rw-r--r--compiler/simplCore/SimplUtils.lhs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/simplCore/SimplUtils.lhs b/compiler/simplCore/SimplUtils.lhs
index 4e40e31d9a..ab4937e8f3 100644
--- a/compiler/simplCore/SimplUtils.lhs
+++ b/compiler/simplCore/SimplUtils.lhs
@@ -1510,7 +1510,7 @@ prepareAlts tries these things:
Here "cannot match" includes knowledge from GADTs
-It's a good idea do do this stuff before simplifying the alternatives, to
+It's a good idea to do this stuff before simplifying the alternatives, to
avoid simplifying alternatives we know can't happen, and to come up with
the list of constructors that are handled, to put into the IdInfo of the
case binder, for use when simplifying the alternatives.