mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
Spelling fixes in comments (it's -> its)
* it's -> its (fixed for all files) * dont -> don't (only fixed in a line which was touched by the previous fix) * distrub -> disturb (fixed in the same line) Reviewed-by: Andreas Färber <afaerber@suse.de> Signed-off-by: Stefan Weil <sw@weilnetz.de> Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
This commit is contained in:
parent
0ea5c0cdb0
commit
93148aa5c3
9 changed files with 10 additions and 10 deletions
|
@ -129,7 +129,7 @@ event_thread(void *arg)
|
|||
vevent_delete(event);
|
||||
continue;
|
||||
}
|
||||
/* this reader hasn't been told it's status from qemu yet, wait for
|
||||
/* this reader hasn't been told its status from qemu yet, wait for
|
||||
* that status */
|
||||
while (pending_reader != NULL) {
|
||||
qemu_cond_wait(&pending_reader_condition, &pending_reader_lock);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue