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

index 761e6f1..416c595 100644 (file)
@@ -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.
 --