diff options
author | Gabor Greif <ggreif@gmail.com> | 2014-06-11 01:37:01 +0200 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2014-06-11 20:22:51 +0200 |
commit | edd5764509c7df65e3f5409888cbacf58435d11e (patch) | |
tree | 2814d348ae5c3b2d30165b10484b230f9f677802 /compiler/main/PprTyThing.hs | |
parent | a9ff7d0819fce392a243549c08299b897f04d555 (diff) | |
download | haskell-edd5764509c7df65e3f5409888cbacf58435d11e.tar.gz |
Some typos in comments
Diffstat (limited to 'compiler/main/PprTyThing.hs')
-rw-r--r-- | compiler/main/PprTyThing.hs | 2 |
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 |