mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
typofixes - v4
Signed-off-by: Veres Lajos <vlajos@gmail.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
parent
33b23b4b5e
commit
67cc32ebfd
35 changed files with 47 additions and 48 deletions
|
@ -353,7 +353,7 @@ static ssize_t etsec_receive(NetClientState *nc,
|
|||
etsec->need_flush = false;
|
||||
ret = etsec_rx_ring_write(etsec, buf, size);
|
||||
if (ret == 0) {
|
||||
/* The packet will be queued, let's flush it when buffer is avilable
|
||||
/* The packet will be queued, let's flush it when buffer is available
|
||||
* again. */
|
||||
etsec->need_flush = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue