aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/ext_ffi_semantics.html2
1 files changed, 1 insertions, 1 deletions
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</a>.
816<p> 816<p>
817Memory areas returned by C functions (e.g. from <tt>malloc()</tt>) 817Memory areas returned by C functions (e.g. from <tt>malloc()</tt>)
818must be manually managed, of course (or use 818must be manually managed, of course (or use
819<a href="ext_ffi_api.html#ffi_gc"><tt>ffi.gc()</tt></a>)). Pointers to 819<a href="ext_ffi_api.html#ffi_gc"><tt>ffi.gc()</tt></a>). Pointers to
820cdata objects are indistinguishable from pointers returned by C 820cdata objects are indistinguishable from pointers returned by C
821functions (which is one of the reasons why the GC cannot follow them). 821functions (which is one of the reasons why the GC cannot follow them).
822</p> 822</p>