Typo
authorIan Lynagh <igloo@earth.li>
Tue, 19 Feb 2008 20:41:17 +0000 (20:41 +0000)
committerIan Lynagh <igloo@earth.li>
Tue, 19 Feb 2008 20:41:17 +0000 (20:41 +0000)
compiler/simplCore/OccurAnal.lhs

index bdf38ee..5c8c11d 100644 (file)
@@ -636,7 +636,7 @@ occAnal _   (Type t)  = (emptyDetails, Type t)
 occAnal env (Var v)   = (mkOneOcc env v False, Var v)
     -- At one stage, I gathered the idRuleVars for v here too,
     -- which in a way is the right thing to do.
-    -- Btu that went wrong right after specialisation, when
+    -- But that went wrong right after specialisation, when
     -- the *occurrences* of the overloaded function didn't have any
     -- rules in them, so the *specialised* versions looked as if they
     -- weren't used at all.