diff --git a/cranelift/src/wasm.rs b/cranelift/src/wasm.rs index 7af9a24134..8083f9c983 100644 --- a/cranelift/src/wasm.rs +++ b/cranelift/src/wasm.rs @@ -99,7 +99,7 @@ pub struct Options { #[structopt(short("X"))] print_size: bool, - /// Juse decode Wasm into Cranelift IR, don't compile it to native code + /// Just decode Wasm into Cranelift IR, don't compile it to native code #[structopt(short("t"))] just_decode: bool,