From 433d69e5f54d14ab15e5bcb1abe1ea94517e8d9a Mon Sep 17 00:00:00 2001 From: simonmar Date: Fri, 23 Jan 2004 13:46:49 +0000 Subject: [PATCH] [project @ 2004-01-23 13:46:49 by simonmar] typo --- ghc/compiler/iface/LoadIface.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/compiler/iface/LoadIface.lhs b/ghc/compiler/iface/LoadIface.lhs index d05d3ae..a1ceb2d 100644 --- a/ghc/compiler/iface/LoadIface.lhs +++ b/ghc/compiler/iface/LoadIface.lhs @@ -85,7 +85,7 @@ import Directory \begin{code} loadSrcInterface :: SDoc -> ModuleName -> IsBootInterface -> RnM ModIface -- This is called for each 'import' declaration in the source code --- On a failure, fail in the mnad with an error message +-- On a failure, fail in the monad with an error message loadSrcInterface doc mod_name want_boot = do { mb_iface <- initIfaceTcRn $ loadInterface doc mod_name -- 1.7.10.4