[commit: ghc] ghc-validate: Typofix. (b608868)

git at git.haskell.org git at git.haskell.org
Fri Nov 7 21:41:44 UTC 2014


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

On branch  : ghc-validate
Link       : http://ghc.haskell.org/trac/ghc/changeset/b60886891bd8faae066cbf8c5c2da775a049cd88/ghc

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

commit b60886891bd8faae066cbf8c5c2da775a049cd88
Author: Edward Z. Yang <ezyang at cs.stanford.edu>
Date:   Thu Nov 6 15:04:03 2014 -0800

    Typofix.
    
    Signed-off-by: Edward Z. Yang <ezyang at cs.stanford.edu>


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

b60886891bd8faae066cbf8c5c2da775a049cd88
 compiler/typecheck/FunDeps.lhs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compiler/typecheck/FunDeps.lhs b/compiler/typecheck/FunDeps.lhs
index 36dc641..6fb9b3f 100644
--- a/compiler/typecheck/FunDeps.lhs
+++ b/compiler/typecheck/FunDeps.lhs
@@ -525,7 +525,7 @@ if s1 matches
 checkFunDeps :: (InstEnv, InstEnv) -> ClsInst
              -> Maybe [ClsInst] -- Nothing  <=> ok
                                 -- Just dfs <=> conflict with dfs
--- Check wheher adding DFunId would break functional-dependency constraints
+-- Check whether adding DFunId would break functional-dependency constraints
 -- Used only for instance decls defined in the module being compiled
 checkFunDeps inst_envs ispec
   | null bad_fundeps = Nothing



More information about the ghc-commits mailing list