summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMike Pall <mike>2011-09-14 15:29:30 +0200
committerMike Pall <mike>2011-09-14 15:29:30 +0200
commitc3116b4f1dc8b33748aba4c8af67ce93c512ad9f (patch)
treef79974aebb683cd80c175fa12210c9902581e632 /doc
parent1c5fbd4c1d013a9ea96cec5ef79fcc16e8041f46 (diff)
downloadluajit-c3116b4f1dc8b33748aba4c8af67ce93c512ad9f.tar.gz
luajit-c3116b4f1dc8b33748aba4c8af67ce93c512ad9f.tar.bz2
luajit-c3116b4f1dc8b33748aba4c8af67ce93c512ad9f.zip
Fix typo.
Diffstat (limited to 'doc')
-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>