summaryrefslogtreecommitdiff
path: root/compiler/rename/RnNames.lhs
diff options
context:
space:
mode:
authorSimon Peyton Jones <simonpj@microsoft.com>2013-05-22 17:44:04 +0100
committerSimon Peyton Jones <simonpj@microsoft.com>2013-05-22 17:44:20 +0100
commitb80fcceef63d979e5c517dc4af969208dc50e875 (patch)
tree4c86cce9b0f2cb9046ccadeee73ca44b22b758b9 /compiler/rename/RnNames.lhs
parent09b025eabf08044b67d047b970cd99add97e9d77 (diff)
downloadhaskell-b80fcceef63d979e5c517dc4af969208dc50e875.tar.gz
Comment typo
Diffstat (limited to 'compiler/rename/RnNames.lhs')
-rw-r--r--compiler/rename/RnNames.lhs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rename/RnNames.lhs b/compiler/rename/RnNames.lhs
index 2055f8a989..83aad51d34 100644
--- a/compiler/rename/RnNames.lhs
+++ b/compiler/rename/RnNames.lhs
@@ -476,7 +476,7 @@ getLocalNonValBinders :: MiniFixityEnv -> HsGroup RdrName
-> RnM ((TcGblEnv, TcLclEnv), NameSet)
-- Get all the top-level binders bound the group *except*
-- for value bindings, which are treated separately
--- Specificaly we return AvailInfo for
+-- Specifically we return AvailInfo for
-- type decls (incl constructors and record selectors)
-- class decls (including class ops)
-- associated types