common: Correct a minor typo in the message

Signed-off-by: YRabbit <[email protected]>
This commit is contained in:
YRabbit
2022-05-10 21:19:02 +10:00
parent 769a1f263a
commit 1aa693732c
+1 -1
View File
@@ -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");
} }
} }