diff options
author | Stefan Weil <weil@mail.berlios.de> | 2010-08-06 21:53:45 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2010-10-05 13:53:56 -0500 |
commit | b0cd712cc37bc532b26d9935953cf347e025fc7a (patch) | |
tree | 577c18b6c29fb43ea400700c86cbb0bacb7919a7 /posix-aio-compat.c | |
parent | dda5336eac4ff7a5393cf516ec87692a7d700978 (diff) |
Fix spelling in comments
multifuction -> multifunction
successfull -> successful.
Signed-off-by: Stefan Weil <weil@mail.berlios.de>
Diffstat (limited to 'posix-aio-compat.c')
-rw-r--r-- | posix-aio-compat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/posix-aio-compat.c b/posix-aio-compat.c index 842f1a24aa..7b862b5400 100644 --- a/posix-aio-compat.c +++ b/posix-aio-compat.c @@ -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() |