[project @ 2001-02-22 13:17:57 by simonpj]
[ghc-hetmet.git] / ghc / compiler / typecheck / TcEnv.lhs
index 0192bba..ac92dc3 100644 (file)
@@ -351,7 +351,7 @@ tcLookupLocalIds ns
 tcLookupSyntaxId :: Name -> NF_TcM Id
 -- Lookup a name like PrelNum.fromInt, and return the corresponding Id,
 -- after mapping through the SyntaxMap.  This may give us the Id for
--- (say) MyPrelude.fromInt
+-- (say) MyPrelude.fromInteger
 tcLookupSyntaxId name
   = tcGetEnv           `thenNF_Tc` \ env ->
     returnNF_Tc (case lookup_global env (tcSyntaxMap env name) of