summaryrefslogtreecommitdiffstats
path: root/include/block/coroutine.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/block/coroutine.h')
-rw-r--r--include/block/coroutine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/block/coroutine.h b/include/block/coroutine.h
index a1797ae..b408f96 100644
--- a/include/block/coroutine.h
+++ b/include/block/coroutine.h
@@ -212,7 +212,7 @@ void coroutine_fn co_sleep_ns(QEMUClockType type, int64_t ns);
* Yield the coroutine for a given duration
*
* Behaves similarly to co_sleep_ns(), but the sleeping coroutine will be
- * resumed when using qemu_aio_wait().
+ * resumed when using aio_poll().
*/
void coroutine_fn co_aio_sleep_ns(AioContext *ctx, QEMUClockType type,
int64_t ns);
OpenPOWER on IntegriCloud