From 9d733dcfacad4f22f40f91eaf34ca3c7e56373b6 Mon Sep 17 00:00:00 2001 From: rrt Date: Thu, 27 Apr 2000 11:06:26 +0000 Subject: [PATCH] [project @ 2000-04-27 11:06:26 by rrt] Spelt "compiled" with a "p" in a comment. --- ghc/compiler/basicTypes/Module.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/compiler/basicTypes/Module.lhs b/ghc/compiler/basicTypes/Module.lhs index f8b40c9..5167b49 100644 --- a/ghc/compiler/basicTypes/Module.lhs +++ b/ghc/compiler/basicTypes/Module.lhs @@ -205,7 +205,7 @@ mkVanillaModule name = Module name (pprTrace "mkVanillaModule" (ppr name) ThisPa -- file, but before we've opened Foo.hi. -- (Until we've opened Foo.hi we don't know what the PackageInfo is.) -mkThisModule :: ModuleName -> Module -- The module being comiled +mkThisModule :: ModuleName -> Module -- The module being compiled mkThisModule name = Module name ThisPackage mkPrelModule :: ModuleName -> Module -- 1.7.10.4