summaryrefslogtreecommitdiff
path: root/compiler/GHC/Core/Opt/LiberateCase.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/Core/Opt/LiberateCase.hs')
-rw-r--r--compiler/GHC/Core/Opt/LiberateCase.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/Core/Opt/LiberateCase.hs b/compiler/GHC/Core/Opt/LiberateCase.hs
index 863a19d961..0249b23aaf 100644
--- a/compiler/GHC/Core/Opt/LiberateCase.hs
+++ b/compiler/GHC/Core/Opt/LiberateCase.hs
@@ -173,7 +173,7 @@ libCaseBind env (Rec pairs)
{- Note [Not bottoming Ids]
~~~~~~~~~~~~~~~~~~~~~~~~~~~
Do not specialise error-functions (this is unusual, but I once saw it,
-(actually in Data.Typable.Internal)
+(actually in Data.Typeable.Internal)
Note [Only functions!]
~~~~~~~~~~~~~~~~~~~~~~