[commit: ghc] master: Typo in comments (1d0798c)
git at git.haskell.org
git at git.haskell.org
Tue Apr 29 13:35:24 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/1d0798c3f1b270a71cef39c1bb4da1ad3f11280c/ghc
>---------------------------------------------------------------
commit 1d0798c3f1b270a71cef39c1bb4da1ad3f11280c
Author: Gabor Greif <ggreif at gmail.com>
Date: Tue Apr 29 15:34:29 2014 +0200
Typo in comments
>---------------------------------------------------------------
1d0798c3f1b270a71cef39c1bb4da1ad3f11280c
compiler/typecheck/TcRnTypes.lhs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compiler/typecheck/TcRnTypes.lhs b/compiler/typecheck/TcRnTypes.lhs
index 4b86fa0..f3df0bf 100644
--- a/compiler/typecheck/TcRnTypes.lhs
+++ b/compiler/typecheck/TcRnTypes.lhs
@@ -294,7 +294,7 @@ data TcGblEnv
-- ^ Allows us to choose unique DFun names.
-- The next fields accumulate the payload of the module
- -- The binds, rules and foreign-decl fiels are collected
+ -- The binds, rules and foreign-decl fields are collected
-- initially in un-zonked form and are finally zonked in tcRnSrcDecls
tcg_rn_exports :: Maybe [Located (IE Name)],
More information about the ghc-commits
mailing list