summaryrefslogtreecommitdiff
path: root/libraries/base/GHC/Stable.hs
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/base/GHC/Stable.hs')
-rw-r--r--libraries/base/GHC/Stable.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/base/GHC/Stable.hs b/libraries/base/GHC/Stable.hs
index 516b816fa9..dd585c363b 100644
--- a/libraries/base/GHC/Stable.hs
+++ b/libraries/base/GHC/Stable.hs
@@ -57,7 +57,7 @@ newStablePtr a = IO $ \ s ->
-- |
-- Obtain the Haskell value referenced by a stable pointer, i.e., the
-- same value that was passed to the corresponding call to
--- 'makeStablePtr'. If the argument to 'deRefStablePtr' has
+-- 'newStablePtr'. If the argument to 'deRefStablePtr' has
-- already been freed using 'freeStablePtr', the behaviour of
-- 'deRefStablePtr' is undefined.
--