[commit: ghc] master: Spelling typos (92a4f90)

git at git.haskell.org git at git.haskell.org
Wed Jun 7 12:47:44 UTC 2017


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

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

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

commit 92a4f908f2599150bec0530d688997f03780646e
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date:   Wed Jun 7 08:58:52 2017 +0100

    Spelling typos


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

92a4f908f2599150bec0530d688997f03780646e
 compiler/typecheck/TcErrors.hs | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/compiler/typecheck/TcErrors.hs b/compiler/typecheck/TcErrors.hs
index 4411d6a..ed1eb82 100644
--- a/compiler/typecheck/TcErrors.hs
+++ b/compiler/typecheck/TcErrors.hs
@@ -640,7 +640,7 @@ mkGivenErrorReporter implic ctxt cts
        ; err <- mkEqErr_help dflags ctxt report ct'
                              Nothing ty1 ty2
 
-       ; traceTc "mkGivenErrorRporter" (ppr ct)
+       ; traceTc "mkGivenErrorReporter" (ppr ct)
        ; maybeReportError ctxt err }
   where
     (ct : _ )  = cts    -- Never empty
@@ -648,9 +648,9 @@ mkGivenErrorReporter implic ctxt cts
 
 ignoreErrorReporter :: Reporter
 -- Discard Given errors that don't come from
--- a pattern match; maybe we should warn instead?ignoreErrorReporter ctxt cts
+-- a pattern match; maybe we should warn instead?
 ignoreErrorReporter ctxt cts
-  = do { traceTc "mkGivenErrorRporter no" (ppr cts $$ ppr (cec_encl ctxt))
+  = do { traceTc "mkGivenErrorReporter no" (ppr cts $$ ppr (cec_encl ctxt))
        ; return () }
 
 



More information about the ghc-commits mailing list