diff options
author | Gabor Greif <ggreif@gmail.com> | 2016-09-03 14:44:48 +0200 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2016-09-03 14:44:48 +0200 |
commit | ac2ded39017714bb5a0124b60dddcb493dd308d1 (patch) | |
tree | d39338621390d3719255e1510e35337fa83349ae /compiler/main/GhcMake.hs | |
parent | f93c363fab1ac8ce6f0b474f5967b0b097995827 (diff) | |
download | haskell-ac2ded39017714bb5a0124b60dddcb493dd308d1.tar.gz |
Typo in comment
Diffstat (limited to 'compiler/main/GhcMake.hs')
-rw-r--r-- | compiler/main/GhcMake.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/main/GhcMake.hs b/compiler/main/GhcMake.hs index 9197b2c1f6..0705b14962 100644 --- a/compiler/main/GhcMake.hs +++ b/compiler/main/GhcMake.hs @@ -1831,7 +1831,7 @@ summariseFile hsc_env old_summaries file mb_phase obj_allowed maybe_buf get_src_timestamp = case maybe_buf of Just (_,t) -> return t Nothing -> liftIO $ getModificationUTCTime file - -- getMofificationUTCTime may fail + -- getModificationUTCTime may fail new_summary src_timestamp = do let dflags = hsc_dflags hsc_env |