doc typo
authorSimon Marlow <marlowsd@gmail.com>
Thu, 1 Jul 2010 12:41:54 +0000 (12:41 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Thu, 1 Jul 2010 12:41:54 +0000 (12:41 +0000)
GHC/ForeignPtr.hs

index 416c595..0d22e4e 100644 (file)
@@ -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'