From 21d5d909a6a82374eda369dc4aae44a33c8bf944 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Sat, 13 Aug 2016 13:27:14 -0600 Subject: [PATCH] doc correction for `ffi/unsafe/alloc` --- pkgs/racket-doc/scribblings/foreign/alloc.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/racket-doc/scribblings/foreign/alloc.scrbl b/pkgs/racket-doc/scribblings/foreign/alloc.scrbl index 329f1b9af2..34d7b2c767 100644 --- a/pkgs/racket-doc/scribblings/foreign/alloc.scrbl +++ b/pkgs/racket-doc/scribblings/foreign/alloc.scrbl @@ -13,7 +13,7 @@ deallocated.} Produces a procedure that behaves like @racket[alloc], but the result of @racket[alloc] is given a finalizer that calls @racket[dealloc] on -the result if it is not otherwise freed through a deallocator (as +a non-@racket[#f] result if it is not otherwise freed through a deallocator (as designated with @racket[deallocator]). In addition, @racket[alloc] is called in @tech{atomic mode} (see @racket[call-as-atomic]); its result is received and registered in atomic mode, so that the result is reliably