From: Simon Marlow Date: Thu, 1 Jul 2010 14:23:54 +0000 (+0000) Subject: doc typo X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=a409f493e9d1cd9953618740c60c5c1f473393e8;p=ghc-base.git doc typo --- diff --git a/Foreign/Marshal/Utils.hs b/Foreign/Marshal/Utils.hs index 5ef1dba..7fcacfa 100644 --- a/Foreign/Marshal/Utils.hs +++ b/Foreign/Marshal/Utils.hs @@ -113,7 +113,7 @@ toBool = (/= 0) -- marshalling of Maybe values -- --------------------------- --- |Allocate storage and marshall a storable value wrapped into a 'Maybe' +-- |Allocate storage and marshal a storable value wrapped into a 'Maybe' -- -- * the 'nullPtr' is used to represent 'Nothing' --