From: Simon Marlow Date: Thu, 1 Jul 2010 12:41:28 +0000 (+0000) Subject: doc typo X-Git-Url: http://git.megacz.com/?p=ghc-base.git;a=commitdiff_plain;h=fde8cdfd9c57da52b2116884dba6d2b3c7c2fb14 doc typo --- diff --git a/GHC/ForeignPtr.hs b/GHC/ForeignPtr.hs index 761e6f1..416c595 100644 --- a/GHC/ForeignPtr.hs +++ b/GHC/ForeignPtr.hs @@ -100,7 +100,7 @@ instance Show (ForeignPtr a) where showsPrec p f = showsPrec p (unsafeForeignPtrToPtr f) --- |A Finalizer is represented as a pointer to a foreign function that, at +-- |A finalizer is represented as a pointer to a foreign function that, at -- finalisation time, gets as an argument a plain pointer variant of the -- foreign pointer that the finalizer is associated with. --