From f7233db2a781b43e419a30edbec7639f74fa2a00 Mon Sep 17 00:00:00 2001 From: musvaage <112724366+musvaage@users.noreply.github.com> Date: Mon, 17 Oct 2022 17:26:17 -0500 Subject: [PATCH] typos (#742) --- include/ffi.h.in | 2 +- msvc_build/aarch64/aarch64_include/ffi.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; -- 2.34.1