diff --git a/doc/ext_ffi_semantics.html b/doc/ext_ffi_semantics.html index ab394742..80939f33 100644 --- a/doc/ext_ffi_semantics.html +++ b/doc/ext_ffi_semantics.html @@ -816,7 +816,7 @@ vararg functions.

Memory areas returned by C functions (e.g. from malloc()) must be manually managed, of course (or use -ffi.gc())). Pointers to +ffi.gc()). Pointers to cdata objects are indistinguishable from pointers returned by C functions (which is one of the reasons why the GC cannot follow them).