summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2014-04-29 15:34:29 +0200
committerGabor Greif <ggreif@gmail.com>2014-04-29 15:34:29 +0200
commit1d0798c3f1b270a71cef39c1bb4da1ad3f11280c (patch)
tree4235498363eecdb7950dd854586d8965f1489720
parentab8bb4893be1896303f30d0f1adff8ea9c2470f6 (diff)
downloadhaskell-1d0798c3f1b270a71cef39c1bb4da1ad3f11280c.tar.gz
Typo in comments
-rw-r--r--compiler/typecheck/TcRnTypes.lhs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/typecheck/TcRnTypes.lhs b/compiler/typecheck/TcRnTypes.lhs
index 4b86fa02fc..f3df0bf203 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)],