diff options
author | Gabor Greif <ggreif@gmail.com> | 2013-02-02 03:39:40 +0100 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2013-02-02 03:52:59 +0100 |
commit | 7d6fece2e7c1e98928b939dc483522d79fe6b7d6 (patch) | |
tree | f1d68f7a927eff41f7f6f14193e2bd55719200fa /compiler/hsSyn/HsDecls.lhs | |
parent | a06684446edc7fa6f63fa897fc0dffb746431238 (diff) | |
download | haskell-7d6fece2e7c1e98928b939dc483522d79fe6b7d6.tar.gz |
some more typos
Diffstat (limited to 'compiler/hsSyn/HsDecls.lhs')
-rw-r--r-- | compiler/hsSyn/HsDecls.lhs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/hsSyn/HsDecls.lhs b/compiler/hsSyn/HsDecls.lhs index bd007a8c6a..74e9f199fa 100644 --- a/compiler/hsSyn/HsDecls.lhs +++ b/compiler/hsSyn/HsDecls.lhs @@ -634,7 +634,7 @@ pprTyClDeclFlavour (ForeignType {}) = ptext (sLit "foreign type") data HsDataDefn name -- The payload of a data type defn -- Used *both* for vanilla data declarations, -- *and* for data family instances - = -- | Declares a data type or newtype, giving its construcors + = -- | Declares a data type or newtype, giving its constructors -- @ -- data/newtype T a = <constrs> -- data/newtype instance T [a] = <constrs> |