[commit: ghc] master: Fix Haddock comment typo. (630cfc3)

git at git.haskell.org git at git.haskell.org
Sun Dec 18 10:55:19 UTC 2016


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

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

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

commit 630cfc382084c48c8df84a2ac59c76710ae7e0e8
Author: Edward Z. Yang <ezyang at cs.stanford.edu>
Date:   Sun Dec 18 02:55:04 2016 -0800

    Fix Haddock comment typo.
    
    Signed-off-by: Edward Z. Yang <ezyang at cs.stanford.edu>


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

630cfc382084c48c8df84a2ac59c76710ae7e0e8
 compiler/typecheck/FamInst.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compiler/typecheck/FamInst.hs b/compiler/typecheck/FamInst.hs
index 747100f..0c1bdef 100644
--- a/compiler/typecheck/FamInst.hs
+++ b/compiler/typecheck/FamInst.hs
@@ -257,7 +257,7 @@ checkFamInstConsistency famInstMods directlyImpMods
            ; let (check_now, check_later)
                     -- NB: == this_mod only holds if there's an hs-boot file;
                     -- otherwise we cannot possible see instances for families
-                    -- *defined by the module we are compiling* in imports.
+                    -- defined by the module we are compiling in imports.
                     = partition ((/= this_mod) . nameModule . fi_fam)
                                 (famInstEnvElts env1)
            ; mapM_ (checkForConflicts (emptyFamInstEnv, env2))           check_now



More information about the ghc-commits mailing list