[project @ 2005-04-02 04:39:35 by dons]
authordons <unknown>
Sat, 2 Apr 2005 04:39:35 +0000 (04:39 +0000)
committerdons <unknown>
Sat, 2 Apr 2005 04:39:35 +0000 (04:39 +0000)
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

index 359333d..ee95828 100644 (file)
@@ -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