mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
Fix spelling in comments
multifuction -> multifunction successfull -> successful. Signed-off-by: Stefan Weil <weil@mail.berlios.de>
This commit is contained in:
parent
dda5336eac
commit
b0cd712cc3
3 changed files with 3 additions and 3 deletions
|
@ -128,7 +128,7 @@ static ssize_t handle_aiocb_ioctl(struct qemu_paiocb *aiocb)
|
|||
|
||||
/*
|
||||
* This looks weird, but the aio code only consideres a request
|
||||
* successfull if it has written the number full number of bytes.
|
||||
* successful if it has written the number full number of bytes.
|
||||
*
|
||||
* Now we overload aio_nbytes as aio_ioctl_cmd for the ioctl command,
|
||||
* so in fact we return the ioctl command here to make posix_aio_read()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue