summaryrefslogtreecommitdiff
path: root/compiler/GHC/Unit.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/Unit.hs')
-rw-r--r--compiler/GHC/Unit.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/Unit.hs b/compiler/GHC/Unit.hs
index 4affdc33c8..90223cd474 100644
--- a/compiler/GHC/Unit.hs
+++ b/compiler/GHC/Unit.hs
@@ -144,7 +144,7 @@ the latter case, the signatures are merged to form a new one.
You can think of this as polymorphism at the module level: module signatures
give constraints on the "type" of module that can be used to fill the hole
-(where "type" means types of the exported module entitites, etc.).
+(where "type" means types of the exported module entities, etc.).
Module signatures contain enough information (datatypes, abstract types, type
synonyms, classes, etc.) to typecheck modules depending on them but not