typos (#742)
authormusvaage <112724366+musvaage@users.noreply.github.com>
Mon, 17 Oct 2022 22:26:17 +0000 (17:26 -0500)
committerGitHub <noreply@github.com>
Mon, 17 Oct 2022 22:26:17 +0000 (18:26 -0400)
include/ffi.h.in
msvc_build/aarch64/aarch64_include/ffi.h

index 8a4d927d338475714da9bc62ad84eaacf5c0f0c5..227ac79ca4292204d9aa76502718d1f09ccd5e75 100644 (file)
@@ -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;
index 02f26a2f0f84c7fd85f32c761bba6ccaa6a25208..8aed5255503cb107990174d6fe7fe810e8fc229f 100644 (file)
@@ -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;