This commit is contained in:
Clifford Wolf 2015-04-07 07:43:01 +02:00
parent 329b841aac
commit c1af590f4e
1 changed files with 1 additions and 1 deletions

View File

@ -218,7 +218,7 @@ struct ChparamPass : public Pass {
if (design->selected_whole_module(module))
modnames.insert(module->name);
else
log_warning("Ignoring partially selecedted module %s.\n", log_id(module));
log_warning("Ignoring partially selected module %s.\n", log_id(module));
old_modnames.insert(module->name);
}
modnames.sort();