summaryrefslogtreecommitdiff
path: root/compiler/basicTypes
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2016-11-21 11:11:09 +0100
committerGabor Greif <ggreif@gmail.com>2016-11-21 11:11:09 +0100
commitea37b837413e1de269e9f6dd9d70436a805b0a5c (patch)
treebb05790c3471e2e9dde997c60cfa22e7666a4d75 /compiler/basicTypes
parent6ad94d8fbc45fcb725506e9b8bc53a55c089d727 (diff)
downloadhaskell-ea37b837413e1de269e9f6dd9d70436a805b0a5c.tar.gz
A few typos in comments
Diffstat (limited to 'compiler/basicTypes')
-rw-r--r--compiler/basicTypes/Module.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/basicTypes/Module.hs b/compiler/basicTypes/Module.hs
index 98c30a9eb4..78abf2188d 100644
--- a/compiler/basicTypes/Module.hs
+++ b/compiler/basicTypes/Module.hs
@@ -189,7 +189,7 @@ import {-# SOURCE #-} Packages (componentIdString, improveUnitId, PackageConfigM
-- - Same as Distribution.Package.ComponentId
--
-- UnitId/InstalledUnitId: A ComponentId + a mapping from hole names
--- (ModuleName) to Modules. This is how the compiler identifies instantatiated
+-- (ModuleName) to Modules. This is how the compiler identifies instantiated
-- components, and also is the main identifier by which GHC identifies things.
-- - When Backpack is not being used, UnitId = ComponentId.
-- this means a useful fiction for end-users is that there are