From: simonmar Date: Wed, 2 Feb 2005 15:20:11 +0000 (+0000) Subject: [project @ 2005-02-02 15:20:11 by simonmar] X-Git-Tag: nhc98-1-18-release~35 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=5296d8bd89b06d00878a1922da296dd3bbda623e;hp=6d89a2fe861274e66e6fa0a5cdd48b1161b33b75;p=ghc-base.git [project @ 2005-02-02 15:20:11 by simonmar] tiny doc fix --- 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.