diff options
author | Cao jin | 2016-07-15 11:44:18 +0200 |
---|---|---|
committer | Max Reitz | 2016-07-26 17:46:37 +0200 |
commit | 54a16a63d021b2e28f08082abb20b9431d3c97d3 (patch) | |
tree | 508c08f22c926313a72c63dee06fc3ebf6bfc268 /include/block/aio.h | |
parent | qcow2: do not allocate extra memory (diff) | |
download | qemu-54a16a63d021b2e28f08082abb20b9431d3c97d3.tar.gz qemu-54a16a63d021b2e28f08082abb20b9431d3c97d3.tar.xz qemu-54a16a63d021b2e28f08082abb20b9431d3c97d3.zip |
AioContext: correct comments
Correct comments of field notify_me
Cc: Kevin Wolf <kwolf@redhat.com>
Cc: Max Reitz <mreitz@redhat.com>
Signed-off-by: Cao jin <caoj.fnst@cn.fujitsu.com>
Message-id: 1468575858-22975-1-git-send-email-caoj.fnst@cn.fujitsu.com
Signed-off-by: Max Reitz <mreitz@redhat.com>
Diffstat (limited to 'include/block/aio.h')
-rw-r--r-- | include/block/aio.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/block/aio.h b/include/block/aio.h index 209551deb2..173c1ed404 100644 --- a/include/block/aio.h +++ b/include/block/aio.h @@ -74,7 +74,7 @@ struct AioContext { * event_notifier_set necessary. * * Bit 0 is reserved for GSource usage of the AioContext, and is 1 - * between a call to aio_ctx_check and the next call to aio_ctx_dispatch. + * between a call to aio_ctx_prepare and the next call to aio_ctx_check. * Bits 1-31 simply count the number of active calls to aio_poll * that are in the prepare or poll phase. * |