[commit: ghc] master: spelling (a066844)

Gabor Greif ggreif at gmail.com
Sat Feb 2 03:34:43 CET 2013


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

On branch  : master

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

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

commit a06684446edc7fa6f63fa897fc0dffb746431238
Author: Gabor Greif <ggreif at gmail.com>
Date:   Sat Feb 2 02:14:15 2013 +0100

    spelling

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

 compiler/basicTypes/IdInfo.lhs |    2 +-
 compiler/types/InstEnv.lhs     |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/compiler/basicTypes/IdInfo.lhs b/compiler/basicTypes/IdInfo.lhs
index 0107e41..f0248fc 100644
--- a/compiler/basicTypes/IdInfo.lhs
+++ b/compiler/basicTypes/IdInfo.lhs
@@ -129,7 +129,7 @@ data IdDetails
 				--  b) when desugaring a RecordCon we can get 
 				--     from the Id back to the data con]
 
-  | ClassOpId Class 		-- ^ The 'Id' is an superclass selector or class operation of a class
+  | ClassOpId Class 		-- ^ The 'Id' is a superclass selector or class operation of a class
 
   | PrimOpId PrimOp		-- ^ The 'Id' is for a primitive operator
   | FCallId ForeignCall		-- ^ The 'Id' is for a foreign call
diff --git a/compiler/types/InstEnv.lhs b/compiler/types/InstEnv.lhs
index dbfbc43..569697c 100644
--- a/compiler/types/InstEnv.lhs
+++ b/compiler/types/InstEnv.lhs
@@ -458,7 +458,7 @@ type ClsInstLookupResult
 
 Note [DFunInstType: instantiating types]
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-A successful match is an ClsInst, together with the types at which
+A successful match is a ClsInst, together with the types at which
         the dfun_id in the ClsInst should be instantiated
 The instantiating types are (Either TyVar Type)s because the dfun
 might have some tyvars that *only* appear in arguments





More information about the ghc-commits mailing list