Fix typo.

This commit is contained in:
Mike Pall 2011-09-14 15:29:30 +02:00
parent 1c5fbd4c1d
commit c3116b4f1d

View File

@ -816,7 +816,7 @@ vararg functions</a>.
<p> <p>
Memory areas returned by C functions (e.g. from <tt>malloc()</tt>) Memory areas returned by C functions (e.g. from <tt>malloc()</tt>)
must be manually managed, of course (or use 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 cdata objects are indistinguishable from pointers returned by C
functions (which is one of the reasons why the GC cannot follow them). functions (which is one of the reasons why the GC cannot follow them).
</p> </p>