summaryrefslogtreecommitdiff
path: root/libraries/base/GHC/ForeignPtr.hs
diff options
context:
space:
mode:
authordons <unknown>2005-04-02 04:39:35 +0000
committerdons <unknown>2005-04-02 04:39:35 +0000
commitb91764b5bd493393fbff069ce0ab5e68796e2a4d (patch)
treee01815fbfe454f00c6c70362d6d1f22d740159a1 /libraries/base/GHC/ForeignPtr.hs
parentf9aaf4ee087ad0b931e41a2f48ab1263ce90bb7a (diff)
downloadhaskell-b91764b5bd493393fbff069ce0ab5e68796e2a4d.tar.gz
[project @ 2005-04-02 04:39:35 by dons]
Typo in comment only: "Causes a the finalizers associated with a foreign pointer..." to "Causes the finalizers associated with a foreign pointer..."
Diffstat (limited to 'libraries/base/GHC/ForeignPtr.hs')
-rw-r--r--libraries/base/GHC/ForeignPtr.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/base/GHC/ForeignPtr.hs b/libraries/base/GHC/ForeignPtr.hs
index 359333d020..ee95828cab 100644
--- a/libraries/base/GHC/ForeignPtr.hs
+++ b/libraries/base/GHC/ForeignPtr.hs
@@ -237,7 +237,7 @@ castForeignPtr :: ForeignPtr a -> ForeignPtr b
-- parameterised by one type into another type.
castForeignPtr f = unsafeCoerce# f
--- | Causes a the finalizers associated with a foreign pointer to be run
+-- | Causes the finalizers associated with a foreign pointer to be run
-- immediately.
finalizeForeignPtr :: ForeignPtr a -> IO ()
finalizeForeignPtr foreignPtr = do