[commit: ghc] master: Spelling in comment (b770251)

Simon Peyton Jones simonpj at microsoft.com
Wed Feb 13 18:43:33 CET 2013


Repository : ssh://darcs.haskell.org//srv/darcs/ghc

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/b770251e5c86ec23c1ec64a8b062743239966abc

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

commit b770251e5c86ec23c1ec64a8b062743239966abc
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date:   Wed Feb 6 12:53:36 2013 +0000

    Spelling in comment

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

 compiler/typecheck/TcUnify.lhs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/compiler/typecheck/TcUnify.lhs b/compiler/typecheck/TcUnify.lhs
index 638969a..aeeb1b8 100644
--- a/compiler/typecheck/TcUnify.lhs
+++ b/compiler/typecheck/TcUnify.lhs
@@ -896,7 +896,7 @@ checkTauTvUpdate dflags tv ty
 
     defer_me :: TcType -> Bool
     -- Checks for (a) occurrence of tv
-    --            (b) type family applicatios
+    --            (b) type family applications
     -- See Note [Conservative unification check]
     defer_me (LitTy {})        = False
     defer_me (TyVarTy tv')     = tv == tv'





More information about the ghc-commits mailing list