From ae45ce8d89e71f5b043a84813a10bd09cf88eb39 Mon Sep 17 00:00:00 2001 From: Syrus Akbary Date: Mon, 18 May 2020 12:27:30 -0700 Subject: [PATCH] Update lib/api/src/externals.rs Co-authored-by: Ivan Enderlin --- lib/api/src/externals.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/api/src/externals.rs b/lib/api/src/externals.rs index 8aefd9786..5ddc582b1 100644 --- a/lib/api/src/externals.rs +++ b/lib/api/src/externals.rs @@ -835,7 +835,7 @@ impl VMDynamicFunctionImportCall for VMDynamicFunctionI // This function wraps our func, to make it compatible with the // reverse trampoline signature unsafe fn func_wrapper( - // Note: we use the trick that the first param to this funciton is the `VMDynamicFunctionImportContext` + // Note: we use the trick that the first param to this function is the `VMDynamicFunctionImportContext` // itself, so rather than doing `dynamic_ctx: &VMDynamicFunctionImportContext`, we simplify it a bit &self, caller_vmctx: *mut VMContext,