[commit: ghc] master: Typo in comment (2f9278d)
Gabor Greif
ggreif at gmail.com
Tue Jun 11 23:42:56 CEST 2013
Repository : http://darcs.haskell.org/ghc.git/
On branch : master
https://github.com/ghc/ghc/commit/2f9278d2bfeff16fa06b71cdc4453558c8228bb0
>---------------------------------------------------------------
commit 2f9278d2bfeff16fa06b71cdc4453558c8228bb0
Author: Gabor Greif <ggreif at gmail.com>
Date: Tue Jun 11 23:39:24 2013 +0200
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 c6293c8..ef79974 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)
More information about the ghc-commits
mailing list