common: Correct a minor typo in the message

Signed-off-by: YRabbit <rabbit@yrabbit.cyou>
This commit is contained in:
YRabbit 2022-05-10 21:19:02 +10:00
parent 769a1f263a
commit 1aa693732c

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");
}
}