From: Simon Marlow Date: Thu, 1 Jul 2010 12:41:54 +0000 (+0000) Subject: doc typo X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=62a95c91c3f31b2f3328b75005672f51099bc969;p=ghc-base.git doc typo --- 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'