From f398d7d8a806b53fde0e0517c8b6b11cc7fede89 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 4397b449e..c47bb7d09 100644 --- a/release_notes/release_notes.stex +++ b/release_notes/release_notes.stex @@ -135,7 +135,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,