summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAnthony Green <green@moxielogic.com>2015-11-15 08:39:17 -0500
committerAnthony Green <green@moxielogic.com>2015-11-15 08:39:17 -0500
commit88deacdd4220b66805b6ad10abd61fa3640afb67 (patch)
treec0c70718a3fa71f190f5bdde2f9b38afe0986310 /doc
parent5973dca595f8595a40709f645e74b06990975db3 (diff)
downloadlibffi-88deacdd4220b66805b6ad10abd61fa3640afb67.tar.gz
speling fix
Diffstat (limited to 'doc')
-rw-r--r--doc/libffi.texi6
1 files changed, 3 insertions, 3 deletions
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: