Fix typo
authorIan Lynagh <igloo@earth.li>
Wed, 15 Sep 2010 14:08:14 +0000 (14:08 +0000)
committerIan Lynagh <igloo@earth.li>
Wed, 15 Sep 2010 14:08:14 +0000 (14:08 +0000)
compiler/simplCore/Simplify.lhs

index 5d8e0a2..379fce1 100644 (file)
@@ -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