From: dons Date: Thu, 14 Apr 2005 04:32:29 +0000 (+0000) Subject: [project @ 2005-04-14 04:32:29 by dons] X-Git-Tag: Initial_conversion_from_CVS_complete~741 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=e9a1f08f6bde59dee2506a997f3302b94f921231;p=ghc-hetmet.git [project @ 2005-04-14 04:32:29 by dons] Typo in comment only. --- diff --git a/ghc/compiler/iface/MkIface.lhs b/ghc/compiler/iface/MkIface.lhs index c21a9ad..ada3671 100644 --- a/ghc/compiler/iface/MkIface.lhs +++ b/ghc/compiler/iface/MkIface.lhs @@ -1020,7 +1020,7 @@ checkList (check:checks) = check `thenM` \ recompile -> \begin{code} showIface :: FilePath -> IO () --- Raad binary interface, and print it out +-- Read binary interface, and print it out showIface filename = do -- skip the version check; we don't want to worry about profiled vs. -- non-profiled interfaces, for example.