3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-06-06 06:03:23 +00:00

Typo fixes in opt_expr and opt_merge

This commit is contained in:
Clifford Wolf 2016-03-31 09:56:56 +02:00
parent ec93680bd5
commit e2f6d61c00
2 changed files with 2 additions and 2 deletions

View file

@ -1101,7 +1101,7 @@ struct OptExprPass : public Pass {
bool do_fine = false;
bool keepdc = false;
log_header("Executing OPT_CONST pass (perform const folding).\n");
log_header("Executing OPT_EXPR pass (perform const folding).\n");
log_push();
size_t argidx;