diff options
-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 |