hw/net: spelling fixes

Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
Michael Tokarev 2023-07-14 14:26:53 +03:00
parent bad5cfcd60
commit 2431f4f184
15 changed files with 22 additions and 22 deletions

View file

@ -134,7 +134,7 @@ static ssize_t fp_port_receive_iov(NetClientState *nc, const struct iovec *iov,
FpPort *port = qemu_get_nic_opaque(nc);
/* If the port is disabled, we want to drop this pkt
* now rather than queing it for later. We don't want
* now rather than queueing it for later. We don't want
* any stale pkts getting into the device when the port
* transitions to enabled.
*/