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 3cd26302f4..fd4534133c 100644
--- a/libraries/base/GHC/Stable.hs
+++ b/libraries/base/GHC/Stable.hs
@@ -81,7 +81,7 @@ foreign import ccall unsafe "hs_free_stable_ptr" freeStablePtr :: StablePtr a ->
-- |
-- Coerce a stable pointer to an address. No guarantees are made about
-- the resulting value, except that the original stable pointer can be
--- recovered by 'castPtrToStablePtr'. In particular, the address may not
+-- recovered by 'castPtrToStablePtr'. In particular, the address might not
-- refer to an accessible memory location and any attempt to pass it to
-- the member functions of the class 'Foreign.Storable.Storable' leads to
-- undefined behaviour.