doc typo
authorSimon Marlow <marlowsd@gmail.com>
Thu, 1 Jul 2010 14:23:54 +0000 (14:23 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Thu, 1 Jul 2010 14:23:54 +0000 (14:23 +0000)
Foreign/Marshal/Utils.hs

index 5ef1dba..7fcacfa 100644 (file)
@@ -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'
 --