From c3116b4f1dc8b33748aba4c8af67ce93c512ad9f Mon Sep 17 00:00:00 2001 From: Mike Pall Date: Wed, 14 Sep 2011 15:29:30 +0200 Subject: [PATCH] Fix typo. --- doc/ext_ffi_semantics.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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).