mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-07 23:24:09 +00:00
Fix typo.
This commit is contained in:
parent
1c5fbd4c1d
commit
c3116b4f1d
@ -816,7 +816,7 @@ vararg functions</a>.
|
||||
<p>
|
||||
Memory areas returned by C functions (e.g. from <tt>malloc()</tt>)
|
||||
must be manually managed, of course (or use
|
||||
<a href="ext_ffi_api.html#ffi_gc"><tt>ffi.gc()</tt></a>)). Pointers to
|
||||
<a href="ext_ffi_api.html#ffi_gc"><tt>ffi.gc()</tt></a>). Pointers to
|
||||
cdata objects are indistinguishable from pointers returned by C
|
||||
functions (which is one of the reasons why the GC cannot follow them).
|
||||
</p>
|
||||
|
Loading…
Reference in New Issue
Block a user