From: Simon Marlow Date: Fri, 25 Jun 2010 13:48:58 +0000 (+0000) Subject: doc wibble X-Git-Url: http://git.megacz.com/?p=ghc-base.git;a=commitdiff_plain;h=ee819b35916cb3046247291b31f0b7748c5fd99b doc wibble --- diff --git a/GHC/ForeignPtr.hs b/GHC/ForeignPtr.hs index ec6f850..761e6f1 100644 --- a/GHC/ForeignPtr.hs +++ b/GHC/ForeignPtr.hs @@ -357,7 +357,7 @@ unsafeForeignPtrToPtr :: ForeignPtr a -> Ptr a -- To avoid subtle coding errors, hand written marshalling code -- should preferably use 'Foreign.ForeignPtr.withForeignPtr' rather -- than combinations of 'unsafeForeignPtrToPtr' and --- 'touchForeignPtr'. However, the later routines +-- 'touchForeignPtr'. However, the latter routines -- are occasionally preferred in tool generated marshalling code. unsafeForeignPtrToPtr (ForeignPtr fo _) = Ptr fo