summaryrefslogtreecommitdiff
path: root/libraries/ghc-prim/GHC/Types.hs
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/ghc-prim/GHC/Types.hs')
-rw-r--r--libraries/ghc-prim/GHC/Types.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/ghc-prim/GHC/Types.hs b/libraries/ghc-prim/GHC/Types.hs
index e60e011cf9..1cb3b6439d 100644
--- a/libraries/ghc-prim/GHC/Types.hs
+++ b/libraries/ghc-prim/GHC/Types.hs
@@ -56,7 +56,7 @@ infixr 5 :
-- | The kind of constraints, like @Show a@
data Constraint
--- | The kind of types with values. For example @Int :: Type@.
+-- | The kind of types with lifted values. For example @Int :: Type@.
type Type = TYPE 'LiftedRep
{- *********************************************************************