aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaruch Siach <baruch@tkos.co.il>2026-01-05 11:46:01 +0200
committerGitHub <noreply@github.com>2026-01-05 09:46:01 +0000
commit7e7a0a6c4f210adfad07589452fd43d8a8478993 (patch)
tree817fa997ca3a12e8f727ca1cde4aa50bdb42a194
parent219417b8da9cf2deba55d4789883869139427e9f (diff)
downloadlibvfio-user-master.zip
libvfio-user-master.tar.gz
libvfio-user-master.tar.bz2
libvfio-user.h: remove comment duplicate wording (#831)HEADmaster
Signed-off-by: Baruch Siach <baruch@tkos.co.il> Reviewed-by: Thanos Makatos <thanos.makatos@nutanix.com>
-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 fb3ab8e..c0ebc0d 100644
--- a/include/libvfio-user.h
+++ b/include/libvfio-user.h
@@ -673,7 +673,7 @@ vfu_addr_to_sgl(vfu_ctx_t *vfu_ctx, vfu_dma_addr_t dma_addr, size_t len,
/**
* Populate the given iovec array (accessible in the process's virtual memory),
* based upon the SGL previously built via vfu_addr_to_sgl().
- * It is the caller's responsibility to return the release the iovecs via
+ * It is the caller's responsibility to release the iovecs via
* vfu_sgl_put().
*
* This is only supported when a @dma_unregister callback is provided to