[commit: ghc] master: Comments only (2f13cd8)

git at git.haskell.org git at git.haskell.org
Fri Feb 6 15:03:28 UTC 2015


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

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

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

commit 2f13cd88de8ab045737d8447d8d5e0f7ac7ae9f9
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date:   Tue Feb 3 15:40:42 2015 +0000

    Comments only


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

2f13cd88de8ab045737d8447d8d5e0f7ac7ae9f9
 compiler/rename/RnBinds.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compiler/rename/RnBinds.hs b/compiler/rename/RnBinds.hs
index 3e3b3d1..89f8a14 100644
--- a/compiler/rename/RnBinds.hs
+++ b/compiler/rename/RnBinds.hs
@@ -986,7 +986,7 @@ rnMatch' ctxt rnBody match@(Match { m_fun_id_infix = mf, m_pats = pats
                 Just (L loc ty) -> addErrAt loc (resSigErr ctxt match ty)
 
                -- Now the main event
-               -- note that there are no local ficity decls for matches
+               -- Note that there are no local fixity decls for matches
         ; rnPats ctxt pats      $ \ pats' -> do
         { (grhss', grhss_fvs) <- rnGRHSs ctxt rnBody grhss
         ; let mf' = case (ctxt,mf) of



More information about the ghc-commits mailing list