summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2010-09-15 14:08:14 +0000
committerIan Lynagh <igloo@earth.li>2010-09-15 14:08:14 +0000
commitc76348fc03f302ffd8201b912eef4724b3fa60a4 (patch)
tree7d59d5972cfae33fbcaa9cc9b1a369e9e3375da0
parent236d504fc85de0749e7ed33dc4c067488ae04e3f (diff)
downloadhaskell-c76348fc03f302ffd8201b912eef4724b3fa60a4.tar.gz
Fix typo
-rw-r--r--compiler/simplCore/Simplify.lhs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/simplCore/Simplify.lhs b/compiler/simplCore/Simplify.lhs
index 5d8e0a2da0..379fce1555 100644
--- a/compiler/simplCore/Simplify.lhs
+++ b/compiler/simplCore/Simplify.lhs
@@ -2244,7 +2244,7 @@ The desire not to duplicate is the entire reason that
mkDupableCont returns a pair of continuations.
-Note [Single-atlernative cases]
+Note [Single-alternative cases]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
This case is just like the ArgOf case. Here's an example:
data T a = MkT !a