summaryrefslogtreecommitdiff
path: root/compiler/typecheck
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2016-11-18 10:57:46 +0100
committerGabor Greif <ggreif@gmail.com>2016-11-18 10:59:33 +0100
commitd328abc84962dbe16763e6e82418c5bb7a2b8628 (patch)
treef83b41dc59f386871ee307296a7bd41106b208de /compiler/typecheck
parent94d1221cfb31188990738e7f7cbb3ae0a30c9f98 (diff)
downloadhaskell-d328abc84962dbe16763e6e82418c5bb7a2b8628.tar.gz
Spelling in comment only
Diffstat (limited to 'compiler/typecheck')
-rw-r--r--compiler/typecheck/TcRnTypes.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/typecheck/TcRnTypes.hs b/compiler/typecheck/TcRnTypes.hs
index 02c9c09415..ce541c3f54 100644
--- a/compiler/typecheck/TcRnTypes.hs
+++ b/compiler/typecheck/TcRnTypes.hs
@@ -1177,7 +1177,7 @@ data ImportAvails
-- = ModuleEnv [ImportedModsVal],
-- ^ Domain is all directly-imported modules
--
- -- See the documentaion on ImportedModsVal in HscTypes for the
+ -- See the documentation on ImportedModsVal in HscTypes for the
-- meaning of the fields.
--
-- We need a full ModuleEnv rather than a ModuleNameEnv here,