summaryrefslogtreecommitdiff
path: root/compiler/main/PprTyThing.hs
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2014-12-08 23:01:55 +0100
committerGabor Greif <ggreif@gmail.com>2014-12-08 23:37:59 +0100
commit2515686ff695169238b673423f01768f5aaa9750 (patch)
tree4928ef4a7295549fe26c8497c916b933419475d6 /compiler/main/PprTyThing.hs
parent8688f6a5f652e8f41a19faf1a935073d85efffa0 (diff)
downloadhaskell-2515686ff695169238b673423f01768f5aaa9750.tar.gz
catch some recent typos
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 240e63b5b6..3e48ec3a8a 100644
--- a/compiler/main/PprTyThing.hs
+++ b/compiler/main/PprTyThing.hs
@@ -74,7 +74,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,
+-- * For data instances we go via pprTyThing of the representational TyCon,
-- 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