Fix spelling in comment
authorsimonpj@microsoft.com <unknown>
Mon, 14 Jun 2010 13:22:59 +0000 (13:22 +0000)
committersimonpj@microsoft.com <unknown>
Mon, 14 Jun 2010 13:22:59 +0000 (13:22 +0000)
compiler/simplCore/Simplify.lhs

index d2f3d96..b0718e4 100644 (file)
@@ -562,7 +562,7 @@ makeTrivialWithInfo top_lvl env info expr
     expr_ty = exprType expr
 
 bindingOk :: TopLevelFlag -> CoreExpr -> Type -> Bool
--- True iff we can have a binding of this expression at this leve
+-- True iff we can have a binding of this expression at this level
 -- Precondition: the type is the type of the expression
 bindingOk top_lvl _ expr_ty
   | isTopLevel top_lvl = not (isUnLiftedType expr_ty)