From: simonpj@microsoft.com Date: Tue, 8 Aug 2006 12:35:14 +0000 (+0000) Subject: Spelling in a comment X-Git-Tag: Before_FC_branch_merge~260 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=1dc5c28c2370cc8254f024c5734f76d7e5827cd6 Spelling in a comment --- 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 *