summaryrefslogtreecommitdiff
path: root/compiler/main/PprTyThing.hs
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2014-06-11 01:37:01 +0200
committerGabor Greif <ggreif@gmail.com>2014-06-11 20:22:51 +0200
commitedd5764509c7df65e3f5409888cbacf58435d11e (patch)
tree2814d348ae5c3b2d30165b10484b230f9f677802 /compiler/main/PprTyThing.hs
parenta9ff7d0819fce392a243549c08299b897f04d555 (diff)
downloadhaskell-edd5764509c7df65e3f5409888cbacf58435d11e.tar.gz
Some typos in comments
Diffstat (limited to 'compiler/main/PprTyThing.hs')
-rw-r--r--compiler/main/PprTyThing.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/main/PprTyThing.hs b/compiler/main/PprTyThing.hs
index d88b137a68..d993ab87c8 100644
--- a/compiler/main/PprTyThing.hs
+++ b/compiler/main/PprTyThing.hs
@@ -82,7 +82,7 @@ See #7730, #8776 for details -}
-- | Pretty-prints a 'FamInst' (type/data family instance) with its defining location.
pprFamInst :: FamInst -> SDoc
-- * For data instances we go via pprTyThing of the represntational TyCon,
--- becuase there is already much cleverness associated with printing
+-- because there is already much cleverness associated with printing
-- data type declarations that I don't want to duplicate
-- * For type instances we print directly here; there is no TyCon
-- to give to pprTyThing