Add missing word

This commit is contained in:
Eric Hanchrow 2011-10-22 14:47:43 -07:00 committed by Vincent St-Amour
parent 723934a608
commit 23d38b14a4

View File

@ -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