summaryrefslogtreecommitdiff
path: root/compiler/iface/MkIface.hs
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2016-11-21 11:11:09 +0100
committerGabor Greif <ggreif@gmail.com>2016-11-21 11:11:09 +0100
commitea37b837413e1de269e9f6dd9d70436a805b0a5c (patch)
treebb05790c3471e2e9dde997c60cfa22e7666a4d75 /compiler/iface/MkIface.hs
parent6ad94d8fbc45fcb725506e9b8bc53a55c089d727 (diff)
downloadhaskell-ea37b837413e1de269e9f6dd9d70436a805b0a5c.tar.gz
A few typos in comments
Diffstat (limited to 'compiler/iface/MkIface.hs')
-rw-r--r--compiler/iface/MkIface.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/iface/MkIface.hs b/compiler/iface/MkIface.hs
index 46514188d0..9e6fa62af9 100644
--- a/compiler/iface/MkIface.hs
+++ b/compiler/iface/MkIface.hs
@@ -1159,7 +1159,7 @@ check_old_iface hsc_env mod_summary src_modified maybe_iface
-- two things may have changed that mean we should recompile M:
-- * The interface export by a dependency of M has changed.
-- * The compiler flags specified this time for M have changed
--- in a manner that is significant for recompilaiton.
+-- in a manner that is significant for recompilation.
-- We return not just if we should recompile the object file but also
-- if we should rebuild the interface file.
checkVersions :: HscEnv