From: Simon Marlow Date: Thu, 6 Dec 2007 09:24:12 +0000 (+0000) Subject: comment typo X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=d5fbbe4c8ddc0202774aebead8b425d22ed43392 comment typo --- diff --git a/compiler/iface/MkIface.lhs b/compiler/iface/MkIface.lhs index b11c1e0..e335f75 100644 --- a/compiler/iface/MkIface.lhs +++ b/compiler/iface/MkIface.lhs @@ -131,7 +131,7 @@ We produce a line for every module B below the module, A, currently being compiled: import B ; to record the fact that A does import B indirectly. This is used to decide -to look to look for B.hi rather than B.hi-boot when compiling a module that +to look for B.hi rather than B.hi-boot when compiling a module that imports A. This line says that A imports B, but uses nothing in it. So we'll get an early bale-out when compiling A if B's version changes.