comment typo
authorSimon Marlow <simonmar@microsoft.com>
Thu, 6 Dec 2007 09:24:12 +0000 (09:24 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Thu, 6 Dec 2007 09:24:12 +0000 (09:24 +0000)
compiler/iface/MkIface.lhs

index b11c1e0..e335f75 100644 (file)
@@ -131,7 +131,7 @@ We produce a line for every module B below the module, A, currently being
 compiled:
        import B <n> ;
 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.