aboutsummaryrefslogtreecommitdiff
path: root/include/libvfio-user.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libvfio-user.h')
-rw-r--r--include/libvfio-user.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libvfio-user.h b/include/libvfio-user.h
index 7a0000b..3fc5d48 100644
--- a/include/libvfio-user.h
+++ b/include/libvfio-user.h
@@ -347,7 +347,7 @@ typedef enum vfu_reset_type {
* Device callback for quiescing the device.
*
* vfu_run_ctx uses this callback to request from the device to quiesce its
- * operation. A quiesced device must call the following functions:
+ * operation. A quiesced device must not call the following functions:
* - vfu_dma_read and vfu_dma_write,
* - vfu_addr_to_sg, vfu_map_sg, and vfu_unmap_sg, unless it does so from a
* device callback.