From: Anthony Green Date: Sun, 15 Nov 2015 13:39:17 +0000 (-0500) Subject: speling fix X-Git-Tag: upstream/3.3~340 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=88deacdd4220b66805b6ad10abd61fa3640afb67;p=platform%2Fupstream%2Flibffi.git speling fix --- diff --git a/doc/libffi.texi b/doc/libffi.texi index 125d33d..0459899 100644 --- a/doc/libffi.texi +++ b/doc/libffi.texi @@ -174,9 +174,9 @@ Also note that a call to @code{ffi_prep_cif_var} with @end defun Note that the resulting @code{ffi_cif} holds pointers to all the -@code{ffi_type} objects that were used durin initialization. You must -ensure that these type objects have a lifetime at least as long as -that of the @code{ffi_cif}. +@code{ffi_type} objects that were used during initialization. You +must ensure that these type objects have a lifetime at least as long +as that of the @code{ffi_cif}. To call a function using an initialized @code{ffi_cif}, use the @code{ffi_call} function: