Browse Source

Fix typo.

Mike Pall 14 years ago
parent
commit
c3116b4f1d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      doc/ext_ffi_semantics.html

+ 1 - 1
doc/ext_ffi_semantics.html

@@ -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>