[commit: ghc] wip/T9968: Typo in comment (d92762f)

git at git.haskell.org git at git.haskell.org
Tue Feb 24 08:57:46 UTC 2015


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

On branch  : wip/T9968
Link       : http://ghc.haskell.org/trac/ghc/changeset/d92762f5d3ca9957ebb1fb52909535adc144dc39/ghc

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

commit d92762f5d3ca9957ebb1fb52909535adc144dc39
Author: Jose Pedro Magalhaes <jpm at cs.ox.ac.uk>
Date:   Fri Feb 20 09:06:10 2015 +0000

    Typo in comment


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

d92762f5d3ca9957ebb1fb52909535adc144dc39
 compiler/typecheck/Inst.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compiler/typecheck/Inst.hs b/compiler/typecheck/Inst.hs
index b82a70c..3188a09 100644
--- a/compiler/typecheck/Inst.hs
+++ b/compiler/typecheck/Inst.hs
@@ -63,7 +63,7 @@ import Data.Maybe( isJust )
 {-
 ************************************************************************
 *                                                                      *
-                Creating and emittind constraints
+                Creating and emitting constraints
 *                                                                      *
 ************************************************************************
 -}



More information about the ghc-commits mailing list