diff options
| author | Michael Tokarev <mjt@tls.msk.ru> | 2023-07-14 14:26:53 +0300 |
|---|---|---|
| committer | Michael Tokarev <mjt@tls.msk.ru> | 2023-09-20 07:54:34 +0300 |
| commit | 2431f4f184339f679ff665c75e927fc24f7bd430 (patch) | |
| tree | 443d91e6215ebb3aa9961c112786a975fa4b95bf /hw/net/rocker/rocker_fp.c | |
| parent | bad5cfcd609f4a04e499da814cbec4dc45114804 (diff) | |
| download | focaccia-qemu-2431f4f184339f679ff665c75e927fc24f7bd430.tar.gz focaccia-qemu-2431f4f184339f679ff665c75e927fc24f7bd430.zip | |
hw/net: spelling fixes
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru> Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'hw/net/rocker/rocker_fp.c')
| -rw-r--r-- | hw/net/rocker/rocker_fp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/net/rocker/rocker_fp.c b/hw/net/rocker/rocker_fp.c index cbeed65bd5..9afd0c5e3f 100644 --- a/hw/net/rocker/rocker_fp.c +++ b/hw/net/rocker/rocker_fp.c @@ -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. */ |