[commit: ghc] master: Comment typo (273183c)

Simon Peyton Jones simonpj at microsoft.com
Wed Mar 27 15:23:34 CET 2013


Repository : http://darcs.haskell.org/ghc.git/

On branch  : master

https://github.com/ghc/ghc/commit/273183c65c5d8dc9d89a104efe0ca2943c3ef1c7

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

commit 273183c65c5d8dc9d89a104efe0ca2943c3ef1c7
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date:   Wed Mar 13 14:09:11 2013 +0000

    Comment typo

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

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

diff --git a/compiler/typecheck/TcInstDcls.lhs b/compiler/typecheck/TcInstDcls.lhs
index 91238ea..9f6b571 100644
--- a/compiler/typecheck/TcInstDcls.lhs
+++ b/compiler/typecheck/TcInstDcls.lhs
@@ -1229,7 +1229,7 @@ tcInstanceMethods dfun_id clas tyvars dfun_ev_vars inst_tys
 
     ----------------------
     mk_meth_spec_prags :: Id -> [LTcSpecPrag] -> TcSpecPrags
-        -- Adapt the SPECIALISE pragmas to work for this method Id
+        -- Adapt the 'SPECIALISE instance' pragmas to work for this method Id
         -- There are two sources:
         --   * spec_prags_for_me: {-# SPECIALISE op :: <blah> #-}
         --   * spec_prags_from_inst: derived from {-# SPECIALISE instance :: <blah> #-}





More information about the ghc-commits mailing list