X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Foreign%2FMarshal%2FUtils.hs;h=7fcacfa8c78560e0c425b737ecac3255ea5c45e2;hb=a409f493e9d1cd9953618740c60c5c1f473393e8;hp=5ef1dba23721731973e8f1a3d352c7dd7c1dd83d;hpb=e70ccaa8e39155954759cc90eeae57d6bfdb5088;p=ghc-base.git 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' --