From 62a95c91c3f31b2f3328b75005672f51099bc969 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Thu, 1 Jul 2010 12:41:54 +0000 Subject: [PATCH] doc typo --- GHC/ForeignPtr.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GHC/ForeignPtr.hs b/GHC/ForeignPtr.hs index 416c595..0d22e4e 100644 --- a/GHC/ForeignPtr.hs +++ b/GHC/ForeignPtr.hs @@ -232,7 +232,7 @@ addForeignPtrFinalizer (FunPtr fp) (ForeignPtr p c) = case c of addForeignPtrFinalizerEnv :: FinalizerEnvPtr env a -> Ptr env -> ForeignPtr a -> IO () --- ^ like 'addForeignPtrFinalizerEnv' but allows the finalizer to be +-- ^ Like 'addForeignPtrFinalizerEnv' but allows the finalizer to be -- passed an additional environment parameter to be passed to the -- finalizer. The environment passed to the finalizer is fixed by the -- second argument to 'addForeignPtrFinalizerEnv' -- 1.7.10.4