From f6d2e8d69929b9a3e0beefd7fe4881cdb1bb6172 Mon Sep 17 00:00:00 2001 From: simonpj Date: Tue, 16 Dec 2003 16:24:24 +0000 Subject: [PATCH] [project @ 2003-12-16 16:24:24 by simonpj] Typo in comment --- ghc/compiler/rename/RnNames.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/compiler/rename/RnNames.lhs b/ghc/compiler/rename/RnNames.lhs index 3abf465..bdedc33 100644 --- a/ghc/compiler/rename/RnNames.lhs +++ b/ghc/compiler/rename/RnNames.lhs @@ -828,7 +828,7 @@ reportUnusedNames gbl_env -- unused_imp_mods are the directly-imported modules -- that are not mentioned in minimal_imports1 - -- [Note: not 'minimal_imports', because that includes direcly-imported + -- [Note: not 'minimal_imports', because that includes directly-imported -- modules even if we use nothing from them; see notes above] unused_imp_mods = [m | m <- direct_import_mods, isNothing (lookupFM minimal_imports1 m), -- 1.7.10.4