diff --git a/crates/wiggle/macro/src/lib.rs b/crates/wiggle/macro/src/lib.rs index 48f0367312..a3c10afb86 100644 --- a/crates/wiggle/macro/src/lib.rs +++ b/crates/wiggle/macro/src/lib.rs @@ -11,7 +11,7 @@ use syn::parse_macro_input; /// CamelCase. /// /// * For each `module` defined in the witx document, a Rust module is defined -/// containing definitions for that module. Module names are teanslated to the +/// containing definitions for that module. Module names are translated to the /// Rust-idiomatic snake\_case. /// /// * For each `@interface func` defined in a witx module, an abi-level