From 58658ddb228065a99be879e99bec8a180b3df741 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Kochma=C5=84ski?= Date: Thu, 1 Feb 2024 20:13:21 +0100 Subject: [PATCH] manual: fix typo --- src/doc/manual/extensions/ffi.txi | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/doc/manual/extensions/ffi.txi b/src/doc/manual/extensions/ffi.txi index d07056d85..ce4ae56a6 100644 --- a/src/doc/manual/extensions/ffi.txi +++ b/src/doc/manual/extensions/ffi.txi @@ -202,8 +202,9 @@ the data producer is ``C world'' and the consumer is ``Lisp world''. This is different from @code{si:allocate-foreign-object} where the data producer is ``Lisp world'' and the consumer is ``C world''. In -this case the wrapper is not collected unless explicitly freed, and in -that case the allocate foreign data is also released. +that case the wrapper is not collected unless explicitly released with +@code{si:free-foreign-object} in which case the allocated foreign data +is also released. @end deftypefun @cppdef ecl_base_string_pointer_safe