Fix typos

Signed-off-by: Tim Wiederhake <twiederh@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
Tim Wiederhake 2022-05-16 13:02:06 +02:00
parent 2597296ea6
commit 1b05f2e50b
3 changed files with 3 additions and 3 deletions

View File

@ -262,7 +262,7 @@ qemuFDPassDirectFree(qemuFDPassDirect *fdpass)
* @fd: The FD, cleared when passed. * @fd: The FD, cleared when passed.
* *
* The qemuFDPassDirect helper returned by this helper is used to hold a FD * 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. * 'getfd' QMP command.
*/ */
qemuFDPassDirect * qemuFDPassDirect *

View File

@ -4595,7 +4595,7 @@ struct runIOParams {
* *
* Execute the copy based on the passed parameters. * 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 static off_t

View File

@ -47,7 +47,7 @@ tests_env = [
# #
# (process:50880): GLib-WARNING **: 02:54:15.272: poll(2) failed due to: Bad file descriptor. # (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 # removes the FD from the event thread poll asynchronously
# but we close the FD immediately after g_source_destroy returns. # but we close the FD immediately after g_source_destroy returns.
# #