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

git at git.haskell.org git at git.haskell.org
Tue May 24 08:47:12 UTC 2016


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

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

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

commit eb8eb02bff129223783178fe36251eb69ff74079
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date:   Mon May 23 10:46:26 2016 +0100

    Spelling in comment


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

eb8eb02bff129223783178fe36251eb69ff74079
 compiler/typecheck/FamInst.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compiler/typecheck/FamInst.hs b/compiler/typecheck/FamInst.hs
index de1f302..69a1100 100644
--- a/compiler/typecheck/FamInst.hs
+++ b/compiler/typecheck/FamInst.hs
@@ -275,7 +275,7 @@ tcTopNormaliseNewTypeTF_maybe faminsts rdr_env ty
     stepper = unwrap_newtype `composeSteppers` unwrap_newtype_instance
 
     -- For newtype instances we take a double step or nothing, so that
-    -- we don't return the reprsentation type of the newtype instance,
+    -- we don't return the representation type of the newtype instance,
     -- which would lead to terrible error messages
     unwrap_newtype_instance rec_nts tc tys
       | Just (tc', tys', co) <- tcLookupDataFamInst_maybe faminsts tc tys



More information about the ghc-commits mailing list