summaryrefslogtreecommitdiff
path: root/compiler/prelude/PrelRules.hs
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2017-07-31 17:34:43 +0200
committerGabor Greif <ggreif@gmail.com>2017-07-31 17:34:43 +0200
commit2ef973e823ffb128f9f3b4b85b219e1627dceabf (patch)
treebdc2ea93b92e8cb0d064486cba5581d87516e728 /compiler/prelude/PrelRules.hs
parent4fdc523456ff6481df8d7483ae193f0c2dc2b3fe (diff)
downloadhaskell-2ef973e823ffb128f9f3b4b85b219e1627dceabf.tar.gz
A bunch of typofixes
Diffstat (limited to 'compiler/prelude/PrelRules.hs')
-rw-r--r--compiler/prelude/PrelRules.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/prelude/PrelRules.hs b/compiler/prelude/PrelRules.hs
index 1ef0565ff3..2dbc5e888d 100644
--- a/compiler/prelude/PrelRules.hs
+++ b/compiler/prelude/PrelRules.hs
@@ -1517,7 +1517,7 @@ into
0# -> e1
1# -> e1
-This rule elimiantes a lot of boilerplate. For
+This rule eliminates a lot of boilerplate. For
if (x>y) then e1 else e2
we generate
case tagToEnum (x ># y) of