From: Clifford Wolf Date: Tue, 17 Feb 2015 12:02:16 +0000 (+0100) Subject: wreduce help typo fix X-Git-Tag: yosys-0.6~417^2 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=024aa559e282347a08d5fe8e3f3cdccdd024a899;p=yosys.git wreduce help typo fix --- diff --git a/passes/opt/wreduce.cc b/passes/opt/wreduce.cc index 9a84dafe1..fc91f3689 100644 --- a/passes/opt/wreduce.cc +++ b/passes/opt/wreduce.cc @@ -315,7 +315,7 @@ struct WreduceWorker }; struct WreducePass : public Pass { - WreducePass() : Pass("wreduce", "reduce the word size of operations is possible") { } + WreducePass() : Pass("wreduce", "reduce the word size of operations if possible") { } virtual void help() { // |---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|