mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
include/: spelling fixes
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru> Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
This commit is contained in:
parent
528ea579c9
commit
a1a62ced51
23 changed files with 29 additions and 29 deletions
|
@ -78,7 +78,7 @@ bool qemu_chr_fe_backend_open(CharBackend *be);
|
|||
* is not supported and will not be attempted
|
||||
* @opaque: an opaque pointer for the callbacks
|
||||
* @context: a main loop context or NULL for the default
|
||||
* @set_open: whether to call qemu_chr_fe_set_open() implicitely when
|
||||
* @set_open: whether to call qemu_chr_fe_set_open() implicitly when
|
||||
* any of the handler is non-NULL
|
||||
* @sync_state: whether to issue event callback with updated state
|
||||
*
|
||||
|
@ -138,7 +138,7 @@ void qemu_chr_fe_disconnect(CharBackend *be);
|
|||
/**
|
||||
* qemu_chr_fe_wait_connected:
|
||||
*
|
||||
* Wait for characted backend to be connected, return < 0 on error or
|
||||
* Wait for character backend to be connected, return < 0 on error or
|
||||
* if no associated Chardev.
|
||||
*/
|
||||
int qemu_chr_fe_wait_connected(CharBackend *be, Error **errp);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue