From d5fbbe4c8ddc0202774aebead8b425d22ed43392 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Thu, 6 Dec 2007 09:24:12 +0000 Subject: [PATCH] comment typo --- compiler/iface/MkIface.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 1.7.10.4