Spelling in a comment
authorsimonpj@microsoft.com <unknown>
Tue, 8 Aug 2006 12:35:14 +0000 (12:35 +0000)
committersimonpj@microsoft.com <unknown>
Tue, 8 Aug 2006 12:35:14 +0000 (12:35 +0000)
compiler/typecheck/TcHsType.lhs

index e4b1267..d906381 100644 (file)
@@ -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 *