summaryrefslogtreecommitdiff
path: root/posix-aio-compat.c
diff options
context:
space:
mode:
authorMarcelo Tosatti <mtosatti@redhat.com>2010-10-18 15:50:57 -0200
committerMarcelo Tosatti <mtosatti@redhat.com>2010-10-18 15:50:57 -0200
commit9d5b3ab9fdad6d53af301c5fccf0a7201f961ee0 (patch)
treeaabf3a23997e130f81339ee703c090aea081457c /posix-aio-compat.c
parent9fda9b64c67ba6b87acd485ed25d6f1fa9f233f1 (diff)
parent38cc9b607f85017b095793cab6c129bc9844f441 (diff)
Merge commit '38cc9b607f85017b095793cab6c129bc9844f441' into upstream-merge
* commit '38cc9b607f85017b095793cab6c129bc9844f441': (44 commits) issue snd_pcm_start() when capturing audio fix 100% CPU load when idle with ALSA trace: print a warning if user tries to enable an unknown trace event mips: avoid write only variables ppc: avoid write only variables i386: avoid a write only variable vnc: avoid write only variables cris: avoid a write only variable Delete write only variables ppc: remove video.x lsi53c895a: avoid a write only variable eepro100: initialize a variable in all cases cirrus: avoid write only variables block: avoid a write only variable trace: remove timestamp files when cleaning up configure: Send error message from spice check to /dev/null win32: Set unbuffered stdout .gitignore: Ignore *-timestamp acpi: Fix an infinite loop in acpi_table_add configure: Remove unneeded defines from checks ... Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Diffstat (limited to 'posix-aio-compat.c')
-rw-r--r--posix-aio-compat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/posix-aio-compat.c b/posix-aio-compat.c
index 09306ddaf..3025c0b28 100644
--- a/posix-aio-compat.c
+++ b/posix-aio-compat.c
@@ -129,7 +129,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()