[project @ 2000-12-18 14:19:35 by simonpj]
[ghc-hetmet.git] / ghc / compiler / rename / RnMonad.lhs
index 6a4943d..ff541af 100644 (file)
@@ -290,8 +290,8 @@ data Ifaces = Ifaces {
     }
 
 type ImportedModuleInfo = FiniteMap ModuleName (WhetherHasOrphans, IsBootInterface)
-       -- Contains info ONLY about modules that have not yet
-       --- been loaded into the iPIT
+       -- Contains info ONLY about modules that 
+       -- have not yet been loaded into the iPIT
 \end{code}