aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorThanos Makatos <thanos.makatos@nutanix.com>2022-02-24 20:53:57 +0000
committerGitHub <noreply@github.com>2022-02-24 20:53:57 +0000
commitc278ce9e0e0934b892b590ce3065e9bd99e41432 (patch)
tree4ee3e7979fe9504d6fb2fc239e02fe346c3749b8 /include
parentf968d297dd5ff00cd5593a5f0828fea5fef7670c (diff)
downloadlibvfio-user-c278ce9e0e0934b892b590ce3065e9bd99e41432.zip
libvfio-user-c278ce9e0e0934b892b590ce3065e9bd99e41432.tar.gz
libvfio-user-c278ce9e0e0934b892b590ce3065e9bd99e41432.tar.bz2
fix typo (#648)
Signed-off-by: Thanos Makatos <thanos.makatos@nutanix.com> Reviewed-by: John Levon <john.levon@nutanix.com>
Diffstat (limited to 'include')
-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.