Merge pull request #984 from yrabbit/assert
common: Correct a minor typo in the message
This commit is contained in:
commit
41936fefac
@ -68,7 +68,7 @@ void CellInfo::connectPort(IdString port_name, NetInfo *net)
|
|||||||
user.port = port_name;
|
user.port = port_name;
|
||||||
port.user_idx = net->users.add(user);
|
port.user_idx = net->users.add(user);
|
||||||
} else {
|
} else {
|
||||||
NPNR_ASSERT_FALSE("invalid port type for connect_port");
|
NPNR_ASSERT_FALSE("invalid port type for connectPort");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user