diff options
author | Gabor Greif <ggreif@gmail.com> | 2017-06-02 11:02:13 +0200 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2017-06-02 11:07:10 +0200 |
commit | 750a25f47b626e6495cc6f951eca071429744767 (patch) | |
tree | 458e3698921ee1acdde30b16ed621080d34e8884 /compiler/rename | |
parent | d39a3409acd3c40fb018ec1c114f15d3ecef6ef9 (diff) | |
download | haskell-750a25f47b626e6495cc6f951eca071429744767.tar.gz |
A few typos [ci skip]
Diffstat (limited to 'compiler/rename')
-rw-r--r-- | compiler/rename/RnTypes.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rename/RnTypes.hs b/compiler/rename/RnTypes.hs index 492862bc33..7571684754 100644 --- a/compiler/rename/RnTypes.hs +++ b/compiler/rename/RnTypes.hs @@ -721,7 +721,7 @@ checkWildCard _ Nothing = return () checkAnonWildCard :: RnTyKiEnv -> HsWildCardInfo RdrName -> RnM () --- Report an error if an anonymoous wildcard is illegal here +-- Report an error if an anonymous wildcard is illegal here checkAnonWildCard env wc = checkWildCard env mb_bad where |