From 119ede053a062d59dffd63473f126eceff304980 Mon Sep 17 00:00:00 2001 From: "simonpj@microsoft.com" Date: Wed, 7 Feb 2007 09:51:53 +0000 Subject: [PATCH] Spelling fix --- compiler/typecheck/TcDeriv.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/typecheck/TcDeriv.lhs b/compiler/typecheck/TcDeriv.lhs index 4bad739..a273b4a 100644 --- a/compiler/typecheck/TcDeriv.lhs +++ b/compiler/typecheck/TcDeriv.lhs @@ -578,7 +578,7 @@ std_class_via_iso clas -- These standard classes can be derived for a newtype -- using the isomorphism trick *even if no -fglasgow-exts* = classKey clas `elem` [eqClassKey, ordClassKey, ixClassKey, boundedClassKey] -- Not Read/Show because they respect the type - -- Not Enum, becuase newtypes are never in Enum + -- Not Enum, because newtypes are never in Enum new_dfun_name clas tycon -- Just a simple wrapper -- 1.7.10.4