From: Ian Lynagh Date: Sun, 15 Jun 2008 00:59:56 +0000 (+0000) Subject: Remove a typo X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=2d4d989711476f786e5fdf00e7d737323eca9e74 Remove a typo --- diff --git a/compiler/specialise/SpecConstr.lhs b/compiler/specialise/SpecConstr.lhs index b4fd460..fb4dc71 100644 --- a/compiler/specialise/SpecConstr.lhs +++ b/compiler/specialise/SpecConstr.lhs @@ -796,7 +796,7 @@ scExpr' env (Case scrut b ty alts) ; let (usg', arg_occs) = lookupOccs usg bs' scrut_occ = case con of DataAlt dc -> ScrutOcc (unitUFM dc arg_occs) - _ofther -> ScrutOcc emptyUFM + _ -> ScrutOcc emptyUFM ; return (usg', scrut_occ, (con,bs',rhs')) } scExpr' env (Let (NonRec bndr rhs) body)