mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
tests/: spelling fixes
with some rewording in tests/qemu-iotests/298 tests/qtest/fuzz/generic_fuzz.c tests/unit/test-throttle.c as suggested by Eric. Signed-off-by: Michael Tokarev <mjt@tls.msk.ru> Reviewed-by: Eric Blake <eblake@redhat.com>
This commit is contained in:
parent
d30b5bc95a
commit
96420a30e0
49 changed files with 69 additions and 69 deletions
|
@ -112,7 +112,7 @@ static int socket_accept(int sock)
|
|||
socklen_t addrlen;
|
||||
int ret;
|
||||
/*
|
||||
* timeout unit of blocking receive calls is different among platfoms.
|
||||
* timeout unit of blocking receive calls is different among platforms.
|
||||
* It's in seconds on non-Windows platforms but milliseconds on Windows.
|
||||
*/
|
||||
#ifndef _WIN32
|
||||
|
@ -1697,7 +1697,7 @@ QTestState *qtest_inproc_init(QTestState **s, bool log, const char* arch,
|
|||
|
||||
qtest_client_set_rx_handler(qts, qtest_client_inproc_recv_line);
|
||||
|
||||
/* send() may not have a matching protoype, so use a type-safe wrapper */
|
||||
/* send() may not have a matching prototype, so use a type-safe wrapper */
|
||||
qts->ops.external_send = send;
|
||||
qtest_client_set_tx_handler(qts, send_wrapper);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue