From: musvaage <112724366+musvaage@users.noreply.github.com> Date: Mon, 17 Oct 2022 22:26:17 +0000 (-0500) Subject: typos (#742) X-Git-Tag: upstream/3.4.7~93 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f7233db2a781b43e419a30edbec7639f74fa2a00;p=platform%2Fupstream%2Flibffi.git typos (#742) --- diff --git a/include/ffi.h.in b/include/ffi.h.in index 8a4d927..227ac79 100644 --- a/include/ffi.h.in +++ b/include/ffi.h.in @@ -406,7 +406,7 @@ typedef struct { /* If this is enabled, then a raw closure has the same layout as a regular closure. We use this to install an intermediate - handler to do the transaltion, void** -> ffi_raw*. */ + handler to do the translation, void** -> ffi_raw*. */ void (*translate_args)(ffi_cif*,void*,void**,void*); void *this_closure; diff --git a/msvc_build/aarch64/aarch64_include/ffi.h b/msvc_build/aarch64/aarch64_include/ffi.h index 02f26a2..8aed525 100644 --- a/msvc_build/aarch64/aarch64_include/ffi.h +++ b/msvc_build/aarch64/aarch64_include/ffi.h @@ -363,7 +363,7 @@ typedef struct { /* If this is enabled, then a raw closure has the same layout as a regular closure. We use this to install an intermediate - handler to do the transaltion, void** -> ffi_raw*. */ + handler to do the translation, void** -> ffi_raw*. */ void (*translate_args)(ffi_cif*,void*,void**,void*); void *this_closure;