Repository : http://darcs.haskell.org/ghc.git/
On branch : master https://github.com/ghc/ghc/commit/b80fcceef63d979e5c517dc4af969208dc50e875 >--------------------------------------------------------------- commit b80fcceef63d979e5c517dc4af969208dc50e875 Author: Simon Peyton Jones <[email protected]> Date: Wed May 22 17:44:04 2013 +0100 Comment typo >--------------------------------------------------------------- compiler/rename/RnNames.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/rename/RnNames.lhs b/compiler/rename/RnNames.lhs index 2055f8a..83aad51 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 _______________________________________________ ghc-commits mailing list [email protected] http://www.haskell.org/mailman/listinfo/ghc-commits
