From 23d38b14a486f5f751fe37d090ab15b347761314 Mon Sep 17 00:00:00 2001 From: Eric Hanchrow Date: Sat, 22 Oct 2011 14:47:43 -0700 Subject: [PATCH] Add missing word --- collects/scribblings/foreign/intro.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/scribblings/foreign/intro.scrbl b/collects/scribblings/foreign/intro.scrbl index ba7912ae02..963c656cf3 100644 --- a/collects/scribblings/foreign/intro.scrbl +++ b/collects/scribblings/foreign/intro.scrbl @@ -478,7 +478,7 @@ terminated. The @racketmodname[ffi/unsafe/alloc] library provides functions to connect resource-allocating functions and resource-releasing -functions. The library then for finalization to release a resource if +functions. The library then arranges for finalization to release a resource if it becomes inaccessible (according to the GC) before it is explicitly released. At the same time, the library handles tricky atomicity requirements to ensure that the finalization is properly registered