diff options
author | Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> | 2010-02-24 16:02:17 +0000 |
---|---|---|
committer | Rainer Orth <ro@gcc.gnu.org> | 2010-02-24 16:02:17 +0000 |
commit | 22faf0048fbe3261eafc0ff93bbcdbaa7a8d0df8 (patch) | |
tree | 84df16f25de2b93d1e187ce71c884784d6c3813c /libffi/doc/libffi.texi | |
parent | 28c64ec89358cbe999af26abcc2867149a85bb23 (diff) | |
download | gcc-22faf0048fbe3261eafc0ff93bbcdbaa7a8d0df8.zip gcc-22faf0048fbe3261eafc0ff93bbcdbaa7a8d0df8.tar.gz gcc-22faf0048fbe3261eafc0ff93bbcdbaa7a8d0df8.tar.bz2 |
libffi.texi (The Closure API): Fix typo.
* doc/libffi.texi (The Closure API): Fix typo.
* doc/libffi.info: Remove.
From-SVN: r157049
Diffstat (limited to 'libffi/doc/libffi.texi')
-rw-r--r-- | libffi/doc/libffi.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libffi/doc/libffi.texi b/libffi/doc/libffi.texi index 9a5060d..06384cb 100644 --- a/libffi/doc/libffi.texi +++ b/libffi/doc/libffi.texi @@ -437,7 +437,7 @@ require special allocation on platforms that have a non-executable heap. Memory management for closures is handled by a pair of functions: -@findex ffi_closure_alloca +@findex ffi_closure_alloc @defun void *ffi_closure_alloc (size_t @var{size}, void **@var{code}) Allocate a chunk of memory holding @var{size} bytes. This returns a pointer to the writable address, and sets *@var{code} to the |