diff options
author | Mike Pall <mike> | 2011-09-14 15:29:30 +0200 |
---|---|---|
committer | Mike Pall <mike> | 2011-09-14 15:29:30 +0200 |
commit | c3116b4f1dc8b33748aba4c8af67ce93c512ad9f (patch) | |
tree | f79974aebb683cd80c175fa12210c9902581e632 /doc | |
parent | 1c5fbd4c1d013a9ea96cec5ef79fcc16e8041f46 (diff) | |
download | luajit-c3116b4f1dc8b33748aba4c8af67ce93c512ad9f.tar.gz luajit-c3116b4f1dc8b33748aba4c8af67ce93c512ad9f.tar.bz2 luajit-c3116b4f1dc8b33748aba4c8af67ce93c512ad9f.zip |
Fix typo.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ext_ffi_semantics.html | 2 |
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> |
817 | Memory areas returned by C functions (e.g. from <tt>malloc()</tt>) | 817 | Memory areas returned by C functions (e.g. from <tt>malloc()</tt>) |
818 | must be manually managed, of course (or use | 818 | must 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 |
820 | cdata objects are indistinguishable from pointers returned by C | 820 | cdata objects are indistinguishable from pointers returned by C |
821 | functions (which is one of the reasons why the GC cannot follow them). | 821 | functions (which is one of the reasons why the GC cannot follow them). |
822 | </p> | 822 | </p> |