]> git.proxmox.com Git - mirror_qemu.git/commitdiff
AioContext: correct comments
authorCao jin <caoj.fnst@cn.fujitsu.com>
Fri, 15 Jul 2016 09:44:18 +0000 (17:44 +0800)
committerMax Reitz <mreitz@redhat.com>
Tue, 26 Jul 2016 15:46:37 +0000 (17:46 +0200)
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>
include/block/aio.h

index 209551deb299ec5d5356f4a3a4428a6ee83db511..173c1ed4044d42ae420f7522a52d4a697dc0b047 100644 (file)
@@ -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.
      *