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

git at git.haskell.org git at git.haskell.org
Sun Aug 2 18:12:12 UTC 2015


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

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

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

commit d9b618ff78e13f5fe7ae53e4363c658eb805785f
Author: Gabor Greif <ggreif at gmail.com>
Date:   Sun Aug 2 19:26:04 2015 +0200

    Typo in comment


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

d9b618ff78e13f5fe7ae53e4363c658eb805785f
 compiler/types/FamInstEnv.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compiler/types/FamInstEnv.hs b/compiler/types/FamInstEnv.hs
index a4b1a21..bea00fc 100644
--- a/compiler/types/FamInstEnv.hs
+++ b/compiler/types/FamInstEnv.hs
@@ -274,7 +274,7 @@ Type families are reduced during type inference, but not data families;
 the user explains when to use a data family instance by using contructors
 and pattern matching.
 
-Neverthless it is still useful to have data families in the FamInstEnv:
+Nevertheless it is still useful to have data families in the FamInstEnv:
 
  - For finding overlaps and conflicts
 



More information about the ghc-commits mailing list