From c442385324082801933b4a1a35e09a374993c7a1 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Thu, 24 Apr 2014 09:51:15 -0600 Subject: [PATCH] fix doc bug --- pkgs/racket-pkgs/racket-doc/scribblings/foreign/intro.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/racket-pkgs/racket-doc/scribblings/foreign/intro.scrbl b/pkgs/racket-pkgs/racket-doc/scribblings/foreign/intro.scrbl index dae951f996..cbfb56f5e5 100644 --- a/pkgs/racket-pkgs/racket-doc/scribblings/foreign/intro.scrbl +++ b/pkgs/racket-pkgs/racket-doc/scribblings/foreign/intro.scrbl @@ -572,7 +572,7 @@ argument with @racket['atomic-interior]: ] Beware that passing memory allocated with @racket['interior] (as -opposed to @racket['interior-atomic]) is safe only for functions that +opposed to @racket['atomic-interior]) is safe only for functions that read the memory without writing. A foreign function must not write to @racket['interior]-allocated memory from a place other than the one where the memory is allocated, due a place-specific treatment of