diff options
author | Simon Peyton Jones <simonpj@microsoft.com> | 2013-05-22 17:44:04 +0100 |
---|---|---|
committer | Simon Peyton Jones <simonpj@microsoft.com> | 2013-05-22 17:44:20 +0100 |
commit | b80fcceef63d979e5c517dc4af969208dc50e875 (patch) | |
tree | 4c86cce9b0f2cb9046ccadeee73ca44b22b758b9 /compiler/rename/RnNames.lhs | |
parent | 09b025eabf08044b67d047b970cd99add97e9d77 (diff) | |
download | haskell-b80fcceef63d979e5c517dc4af969208dc50e875.tar.gz |
Comment typo
Diffstat (limited to 'compiler/rename/RnNames.lhs')
-rw-r--r-- | compiler/rename/RnNames.lhs | 2 |
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 |