From 2f9278d2bfeff16fa06b71cdc4453558c8228bb0 Mon Sep 17 00:00:00 2001 From: Gabor Greif Date: Tue, 11 Jun 2013 23:39:24 +0200 Subject: [PATCH] Typo in comment --- compiler/types/TypeRep.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/types/TypeRep.lhs b/compiler/types/TypeRep.lhs index c6293c8bc0f4..ef79974605e9 100644 --- a/compiler/types/TypeRep.lhs +++ b/compiler/types/TypeRep.lhs @@ -140,7 +140,7 @@ data Type Var -- Type or kind variable Type -- ^ A polymorphic type - | LitTy TyLit -- ^ Type literals are simillar to type constructors. + | LitTy TyLit -- ^ Type literals are similar to type constructors. deriving (Data.Data, Data.Typeable)