From: simonmar Date: Fri, 23 Jan 2004 13:46:49 +0000 (+0000) Subject: [project @ 2004-01-23 13:46:49 by simonmar] X-Git-Tag: Approx_11550_changesets_converted~123 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=433d69e5f54d14ab15e5bcb1abe1ea94517e8d9a [project @ 2004-01-23 13:46:49 by simonmar] typo --- 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