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

git at git.haskell.org git at git.haskell.org
Fri Feb 20 09:18:12 UTC 2015


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

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

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

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

    Typo in comment


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

12ad3bd534e1dd2ef8f8398b3d034137b0ee8fc5
 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