projects
/
ghc-hetmet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93cc7d2
)
[project @ 2005-04-14 04:32:29 by dons]
author
dons
<unknown>
Thu, 14 Apr 2005 04:32:29 +0000
(
04:32
+0000)
committer
dons
<unknown>
Thu, 14 Apr 2005 04:32:29 +0000
(
04:32
+0000)
Typo in comment only.
ghc/compiler/iface/MkIface.lhs
patch
|
blob
|
history
diff --git
a/ghc/compiler/iface/MkIface.lhs
b/ghc/compiler/iface/MkIface.lhs
index
c21a9ad
..
ada3671
100644
(file)
--- 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.