mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-05 10:50:25 +00:00
Corrected spelling mistakes found by lintian
This commit is contained in:
parent
01ef34c147
commit
79cbf9067c
22 changed files with 39 additions and 39 deletions
|
@ -57,7 +57,7 @@ static void find_stub_nets(RTLIL::Design *design, RTLIL::Module *module, bool re
|
|||
// we will record which bits of the (possibly multi-bit) wire are stub signals
|
||||
std::set<int> stub_bits;
|
||||
|
||||
// get a signal description for this wire and split it into seperate bits
|
||||
// get a signal description for this wire and split it into separate bits
|
||||
RTLIL::SigSpec sig = sigmap(wire);
|
||||
|
||||
// for each bit (unless it is a constant):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue