mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +00:00
Fix typos
Signed-off-by: Tim Wiederhake <twiederh@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
2597296ea6
commit
1b05f2e50b
@ -262,7 +262,7 @@ qemuFDPassDirectFree(qemuFDPassDirect *fdpass)
|
||||
* @fd: The FD, cleared when passed.
|
||||
*
|
||||
* The qemuFDPassDirect helper returned by this helper is used to hold a FD
|
||||
* passed to qemu either direcly via FD number when used on commandline or the
|
||||
* passed to qemu either directly via FD number when used on commandline or the
|
||||
* 'getfd' QMP command.
|
||||
*/
|
||||
qemuFDPassDirect *
|
||||
|
@ -4595,7 +4595,7 @@ struct runIOParams {
|
||||
*
|
||||
* Execute the copy based on the passed parameters.
|
||||
*
|
||||
* Returns: size transfered, or < 0 on error.
|
||||
* Returns: size transferred, or < 0 on error.
|
||||
*/
|
||||
|
||||
static off_t
|
||||
|
@ -47,7 +47,7 @@ tests_env = [
|
||||
#
|
||||
# (process:50880): GLib-WARNING **: 02:54:15.272: poll(2) failed due to: Bad file descriptor.
|
||||
#
|
||||
# Our code is inherantly racy, calling g_source_destroy which
|
||||
# Our code is inherently racy, calling g_source_destroy which
|
||||
# removes the FD from the event thread poll asynchronously
|
||||
# but we close the FD immediately after g_source_destroy returns.
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user