From e9a1f08f6bde59dee2506a997f3302b94f921231 Mon Sep 17 00:00:00 2001 From: dons Date: Thu, 14 Apr 2005 04:32:29 +0000 Subject: [PATCH] [project @ 2005-04-14 04:32:29 by dons] Typo in comment only. --- ghc/compiler/iface/MkIface.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 1.7.10.4