Fix typo in opt_clean log message

This commit is contained in:
Clifford Wolf 2017-10-26 18:01:48 +02:00
parent 1170508264
commit 1e502ef5a0
1 changed files with 1 additions and 1 deletions

View File

@ -392,7 +392,7 @@ bool rmunused_module_init(RTLIL::Module *module, bool purge_mode, bool verbose)
}
if (verbose)
log(" removing redundent init attribute on %s.\n", log_id(wire));
log(" removing redundant init attribute on %s.\n", log_id(wire));
wire->attributes.erase("\\init");
did_something = true;