diff options
author | dons <unknown> | 2005-04-14 04:32:29 +0000 |
---|---|---|
committer | dons <unknown> | 2005-04-14 04:32:29 +0000 |
commit | e9a1f08f6bde59dee2506a997f3302b94f921231 (patch) | |
tree | 06d8d4dadf5f38e14ce6766dfe6ff3405151b87c /ghc/compiler/iface | |
parent | 93cc7d223dd6e7a90927fc86fea562393c0d3820 (diff) | |
download | haskell-e9a1f08f6bde59dee2506a997f3302b94f921231.tar.gz |
[project @ 2005-04-14 04:32:29 by dons]
Typo in comment only.
Diffstat (limited to 'ghc/compiler/iface')
-rw-r--r-- | ghc/compiler/iface/MkIface.lhs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/compiler/iface/MkIface.lhs b/ghc/compiler/iface/MkIface.lhs index c21a9adb64..ada3671fc8 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. |