From 5980566ad232ee292546cdb21052e473f250daba Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Thu, 26 Dec 2024 06:05:18 -0700 Subject: [PATCH] missed adding one typo --- release_notes/release_notes.stex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release_notes/release_notes.stex b/release_notes/release_notes.stex index db8258d97..2702252a2 100644 --- a/release_notes/release_notes.stex +++ b/release_notes/release_notes.stex @@ -129,7 +129,7 @@ under control of the memory manager---especially addresses for bytevector and flvector content. Unlike extracting an address via \scheme{object->reference-address} and using it to construct a regular ftype pointer, the \scheme{make-ftype-scheme-object-pointer} function -creates an ftype pointer that coopeartes with the memory manager to +creates an ftype pointer that cooperates with the memory manager to ensure that the encapsulated address does not go stale. When the pointer is passed in a call to a foreign function, its address can be extracted after the point where garbage collections can occur,