From c5739b9a47edd8003719fdc8c43b43947f95102f Mon Sep 17 00:00:00 2001 From: dons Date: Sat, 2 Apr 2005 04:39:35 +0000 Subject: [PATCH] [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..." --- GHC/ForeignPtr.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GHC/ForeignPtr.hs b/GHC/ForeignPtr.hs index 359333d..ee95828 100644 --- a/GHC/ForeignPtr.hs +++ b/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 -- 1.7.10.4