[project @ 2005-10-06 10:41:15 by simonmar]
[ghc-hetmet.git] / ghc / compiler / types / TyCon.lhs
index 3bec98d..0914b46 100644 (file)
@@ -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