From: simonpj Date: Tue, 16 Dec 2003 16:24:24 +0000 (+0000) Subject: [project @ 2003-12-16 16:24:24 by simonpj] X-Git-Tag: Approx_11550_changesets_converted~188 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;ds=sidebyside;h=f6d2e8d69929b9a3e0beefd7fe4881cdb1bb6172;p=ghc-hetmet.git [project @ 2003-12-16 16:24:24 by simonpj] Typo in comment --- 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),