summaryrefslogtreecommitdiff
path: root/compiler/rename
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2017-06-02 11:02:13 +0200
committerGabor Greif <ggreif@gmail.com>2017-06-02 11:07:10 +0200
commit750a25f47b626e6495cc6f951eca071429744767 (patch)
tree458e3698921ee1acdde30b16ed621080d34e8884 /compiler/rename
parentd39a3409acd3c40fb018ec1c114f15d3ecef6ef9 (diff)
downloadhaskell-750a25f47b626e6495cc6f951eca071429744767.tar.gz
A few typos [ci skip]
Diffstat (limited to 'compiler/rename')
-rw-r--r--compiler/rename/RnTypes.hs2
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