diff --git a/lib/runtime-c-api/src/export.rs b/lib/runtime-c-api/src/export.rs index ecc35a0b5..d9a0807a0 100644 --- a/lib/runtime-c-api/src/export.rs +++ b/lib/runtime-c-api/src/export.rs @@ -48,7 +48,7 @@ pub(crate) struct NamedExports(pub Vec); #[derive(Clone)] pub struct wasmer_exports_t; -/// Intermediate representation of an export dsscriptor that is +/// Intermediate representation of an export descriptor that is /// exposed to C. pub(crate) struct NamedExportDescriptor { /// The export name.