From 5296d8bd89b06d00878a1922da296dd3bbda623e Mon Sep 17 00:00:00 2001 From: simonmar Date: Wed, 2 Feb 2005 15:20:11 +0000 Subject: [PATCH] [project @ 2005-02-02 15:20:11 by simonmar] tiny doc fix --- Foreign/Marshal/Utils.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Foreign/Marshal/Utils.hs b/Foreign/Marshal/Utils.hs index 0012fed..b62e618 100644 --- a/Foreign/Marshal/Utils.hs +++ b/Foreign/Marshal/Utils.hs @@ -87,7 +87,7 @@ new val = -- |@'with' val f@ executes the computation @f@, passing as argument -- a pointer to a temporarily allocated block of memory into which --- 'val' has been marshalled (the combination of 'alloca' and 'poke'). +-- @val@ has been marshalled (the combination of 'alloca' and 'poke'). -- -- The memory is freed when @f@ terminates (either normally or via an -- exception), so the pointer passed to @f@ must /not/ be used after this. -- 1.7.10.4