From: rrt Date: Thu, 27 Apr 2000 11:06:26 +0000 (+0000) Subject: [project @ 2000-04-27 11:06:26 by rrt] X-Git-Tag: Approximately_9120_patches~4592 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=9d733dcfacad4f22f40f91eaf34ca3c7e56373b6;p=ghc-hetmet.git [project @ 2000-04-27 11:06:26 by rrt] Spelt "compiled" with a "p" in a comment. --- 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