aboutsummaryrefslogtreecommitdiff
path: root/include/qemu/coroutine-core.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/qemu/coroutine-core.h')
-rw-r--r--include/qemu/coroutine-core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/qemu/coroutine-core.h b/include/qemu/coroutine-core.h
index 230bb56..503bad6 100644
--- a/include/qemu/coroutine-core.h
+++ b/include/qemu/coroutine-core.h
@@ -22,7 +22,7 @@
* rather than callbacks, for operations that need to give up control while
* waiting for events to complete.
*
- * These functions are re-entrant and may be used outside the global mutex.
+ * These functions are re-entrant and may be used outside the BQL.
*
* Functions that execute in coroutine context cannot be called
* directly from normal functions. Use @coroutine_fn to mark such