Remove a typo
authorIan Lynagh <igloo@earth.li>
Sun, 15 Jun 2008 00:59:56 +0000 (00:59 +0000)
committerIan Lynagh <igloo@earth.li>
Sun, 15 Jun 2008 00:59:56 +0000 (00:59 +0000)
compiler/specialise/SpecConstr.lhs

index b4fd460..fb4dc71 100644 (file)
@@ -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)
           ; 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)
           ; return (usg', scrut_occ, (con,bs',rhs')) }
 
 scExpr' env (Let (NonRec bndr rhs) body)