From: Ian Lynagh Date: Wed, 15 Sep 2010 14:08:14 +0000 (+0000) Subject: Fix typo X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=c76348fc03f302ffd8201b912eef4724b3fa60a4;p=ghc-hetmet.git Fix typo --- diff --git a/compiler/simplCore/Simplify.lhs b/compiler/simplCore/Simplify.lhs index 5d8e0a2..379fce1 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