From c278ce9e0e0934b892b590ce3065e9bd99e41432 Mon Sep 17 00:00:00 2001 From: Thanos Makatos Date: Thu, 24 Feb 2022 20:53:57 +0000 Subject: fix typo (#648) Signed-off-by: Thanos Makatos Reviewed-by: John Levon --- include/libvfio-user.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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. -- cgit v1.1