[commit: ghc] master: GhcMake: Fix spelling in comment (a146b28)

git at git.haskell.org git at git.haskell.org
Fri Aug 21 14:24:52 UTC 2015


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

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

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

commit a146b282fe9019ab0d3b0eea6c54dbe628ff5cc8
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Tue Aug 18 19:17:22 2015 +0200

    GhcMake: Fix spelling in comment


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

a146b282fe9019ab0d3b0eea6c54dbe628ff5cc8
 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 fbeb631..7c3f95b 100644
--- a/compiler/main/GhcMake.hs
+++ b/compiler/main/GhcMake.hs
@@ -137,7 +137,7 @@ data LoadHowMuch
 --
 -- This function implements the core of GHC's @--make@ mode.  It preprocesses,
 -- compiles and loads the specified modules, avoiding re-compilation wherever
--- possible.  Depending on the target (see 'DynFlags.hscTarget') compilating
+-- possible.  Depending on the target (see 'DynFlags.hscTarget') compiling
 -- and loading may result in files being created on disk.
 --
 -- Calls the 'defaultWarnErrLogger' after each compiling each module, whether



More information about the ghc-commits mailing list