mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-30 05:43:53 -06:00
util: spelling fixes
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-ID: <20230823065335.1919380-3-mjt@tls.msk.ru> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
This commit is contained in:
parent
c342a5d38c
commit
d02d06f8f1
13 changed files with 18 additions and 18 deletions
|
@ -145,7 +145,7 @@ typedef void (*QIOTaskWorker)(QIOTask *task,
|
|||
* The QIOTask module can also be used to perform operations
|
||||
* in a background thread context, while still reporting the
|
||||
* results in the main event thread. This allows code which
|
||||
* cannot easily be rewritten to be asychronous (such as DNS
|
||||
* cannot easily be rewritten to be asynchronous (such as DNS
|
||||
* lookups) to be easily run non-blocking. Reporting the
|
||||
* results in the main thread context means that the caller
|
||||
* typically does not need to be concerned about thread
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue