diff --git a/lib/runtime-c-api/src/export.rs b/lib/runtime-c-api/src/export.rs index d9a0807a0..0cf55bd81 100644 --- a/lib/runtime-c-api/src/export.rs +++ b/lib/runtime-c-api/src/export.rs @@ -275,7 +275,7 @@ pub unsafe extern "C" fn wasmer_export_func_params( } } -/// Sets the returns buffer to the parameter types of the given wasmer_xport_func_t +/// Sets the returns buffer to the parameter types of the given wasmer_export_func_t /// /// Returns `wasmer_result_t::WASMER_OK` upon success. ///