[commit: ghc] master: Typo in comment (ac2ded3)

git at git.haskell.org git at git.haskell.org
Sat Sep 3 12:45:24 UTC 2016


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/ac2ded39017714bb5a0124b60dddcb493dd308d1/ghc

>---------------------------------------------------------------

commit ac2ded39017714bb5a0124b60dddcb493dd308d1
Author: Gabor Greif <ggreif at gmail.com>
Date:   Sat Sep 3 14:44:48 2016 +0200

    Typo in comment


>---------------------------------------------------------------

ac2ded39017714bb5a0124b60dddcb493dd308d1
 compiler/main/GhcMake.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compiler/main/GhcMake.hs b/compiler/main/GhcMake.hs
index 9197b2c..0705b14 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



More information about the ghc-commits mailing list