From a923ecae9ea5ad4bc22af7e1667f34c507f30985 Mon Sep 17 00:00:00 2001 From: Nick Fitzgerald Date: Tue, 15 Sep 2020 09:44:03 -0700 Subject: [PATCH] clif-util: Fix typo in subcommand description Co-authored-by: Andrew Brown --- cranelift/src/wasm.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,