Typo in a comment
authorIan Lynagh <igloo@earth.li>
Sat, 4 Aug 2007 02:01:56 +0000 (02:01 +0000)
committerIan Lynagh <igloo@earth.li>
Sat, 4 Aug 2007 02:01:56 +0000 (02:01 +0000)
compiler/typecheck/Inst.lhs

index 6a09244..04dd4a2 100644 (file)
@@ -661,7 +661,7 @@ data LookupInstResult
   | GenInst [Inst] (LHsExpr TcId)      -- The expression and its needed insts
 
 lookupSimpleInst :: Inst -> TcM LookupInstResult
--- This is "simple" in tthat it returns NoInstance for implication constraints
+-- This is "simple" in that it returns NoInstance for implication constraints
 
 -- It's important that lookupInst does not put any new stuff into
 -- the LIE.  Instead, any Insts needed by the lookup are returned in