From 1dc5c28c2370cc8254f024c5734f76d7e5827cd6 Mon Sep 17 00:00:00 2001 From: "simonpj@microsoft.com" Date: Tue, 8 Aug 2006 12:35:14 +0000 Subject: [PATCH] Spelling in a comment --- compiler/typecheck/TcHsType.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/typecheck/TcHsType.lhs b/compiler/typecheck/TcHsType.lhs index e4b1267..d906381 100644 --- a/compiler/typecheck/TcHsType.lhs +++ b/compiler/typecheck/TcHsType.lhs @@ -613,7 +613,7 @@ tcTyVarBndrs bndrs thing_inside ----------------------------------- tcDataKindSig :: Maybe Kind -> TcM [TyVar] --- GADT decls can have a (perhpas partial) kind signature +-- GADT decls can have a (perhaps partial) kind signature -- e.g. data T :: * -> * -> * where ... -- This function makes up suitable (kinded) type variables for -- the argument kinds, and checks that the result kind is indeed * -- 1.7.10.4