3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-06 01:24:10 +00:00

wreduce help typo fix

This commit is contained in:
Clifford Wolf 2015-02-17 13:02:16 +01:00
parent 138547f41b
commit 024aa559e2

View file

@ -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---|