1
0
mirror of https://github.com/YosysHQ/nextpnr.git synced 2026-04-29 05:15:02 +00:00

Merge pull request #984 from yrabbit/assert

common: Correct a minor typo in the message
This commit is contained in:
myrtle
2022-05-10 13:17:22 +01:00
committed by GitHub

View File

@@ -68,7 +68,7 @@ void CellInfo::connectPort(IdString port_name, NetInfo *net)
user.port = port_name;
port.user_idx = net->users.add(user);
} else {
NPNR_ASSERT_FALSE("invalid port type for connect_port");
NPNR_ASSERT_FALSE("invalid port type for connectPort");
}
}