From 08ffc9074d79fd8117a090024068936a04360a17 Mon Sep 17 00:00:00 2001 From: "simonpj@microsoft.com" Date: Wed, 21 May 2008 13:00:16 +0000 Subject: [PATCH] Comment typo --- compiler/hsSyn/HsBinds.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/hsSyn/HsBinds.lhs b/compiler/hsSyn/HsBinds.lhs index 8847e62..b8501d7 100644 --- a/compiler/hsSyn/HsBinds.lhs +++ b/compiler/hsSyn/HsBinds.lhs @@ -338,7 +338,7 @@ data HsWrapper -- = (\a1..an \x1..xn. []) | WpCast Coercion -- A cast: [] `cast` co - -- Guaranteedn not the identity coercion + -- Guaranteed not the identity coercion | WpApp Var -- [] d the 'd' is a type-class dictionary | WpTyApp Type -- [] t the 't' is a type or corecion -- 1.7.10.4