From 9d733dcfacad4f22f40f91eaf34ca3c7e56373b6 Mon Sep 17 00:00:00 2001
From: rrt <unknown>
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 f8b40c937e5f..5167b4912ad8 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
-- 
GitLab