speling fix
This commit is contained in:
@@ -174,9 +174,9 @@ Also note that a call to @code{ffi_prep_cif_var} with
|
|||||||
@end defun
|
@end defun
|
||||||
|
|
||||||
Note that the resulting @code{ffi_cif} holds pointers to all the
|
Note that the resulting @code{ffi_cif} holds pointers to all the
|
||||||
@code{ffi_type} objects that were used durin initialization. You must
|
@code{ffi_type} objects that were used during initialization. You
|
||||||
ensure that these type objects have a lifetime at least as long as
|
must ensure that these type objects have a lifetime at least as long
|
||||||
that of the @code{ffi_cif}.
|
as that of the @code{ffi_cif}.
|
||||||
|
|
||||||
To call a function using an initialized @code{ffi_cif}, use the
|
To call a function using an initialized @code{ffi_cif}, use the
|
||||||
@code{ffi_call} function:
|
@code{ffi_call} function:
|
||||||
|
|||||||
Reference in New Issue
Block a user