From 89f70afedb1ac0900ed132e3b161316345a9b7ee Mon Sep 17 00:00:00 2001 From: simonmar Date: Thu, 6 Oct 2005 10:41:15 +0000 Subject: [PATCH] [project @ 2005-10-06 10:41:15 by simonmar] comment typo From: Autrijus Tang --- ghc/compiler/types/TyCon.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/compiler/types/TyCon.lhs b/ghc/compiler/types/TyCon.lhs index 3bec98d..0914b46 100644 --- a/ghc/compiler/types/TyCon.lhs +++ b/ghc/compiler/types/TyCon.lhs @@ -102,7 +102,7 @@ data TyCon algTcFields :: [(FieldLabel, Type, Id)], -- Its fields (empty if none): -- * field name - -- * its type (scoped over tby tyConTyVars) + -- * its type (scoped over by tyConTyVars) -- * record selector (name = field name) algTcStupidTheta :: [PredType], -- The "stupid theta" for the data type -- 1.7.10.4