summaryrefslogtreecommitdiff
path: root/compiler/GHC/Core/TyCon.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/Core/TyCon.hs')
-rw-r--r--compiler/GHC/Core/TyCon.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/Core/TyCon.hs b/compiler/GHC/Core/TyCon.hs
index a83e391257..18a01226d7 100644
--- a/compiler/GHC/Core/TyCon.hs
+++ b/compiler/GHC/Core/TyCon.hs
@@ -1173,7 +1173,7 @@ data AlgTyConRhs
-- Watch out! If any newtypes become transparent
-- again check #1072.
nt_fixed_rep :: Bool
- -- ^ 'True' if the newtype has a know, fixed representation
+ -- ^ 'True' if the newtype has a known, fixed representation
-- when fully applied to its arguments, 'False' otherwise.
-- This can only ever be 'False' with UnliftedNewtypes.
--