[project @ 2005-10-06 10:41:15 by simonmar]
authorsimonmar <unknown>
Thu, 6 Oct 2005 10:41:15 +0000 (10:41 +0000)
committersimonmar <unknown>
Thu, 6 Oct 2005 10:41:15 +0000 (10:41 +0000)
comment typo

From: Autrijus Tang <autrijus@autrijus.org>

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