diff options
| author | Baruch Siach <baruch@tkos.co.il> | 2026-01-05 11:46:01 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-05 09:46:01 +0000 |
| commit | 7e7a0a6c4f210adfad07589452fd43d8a8478993 (patch) | |
| tree | 817fa997ca3a12e8f727ca1cde4aa50bdb42a194 | |
| parent | 219417b8da9cf2deba55d4789883869139427e9f (diff) | |
| download | libvfio-user-master.zip libvfio-user-master.tar.gz libvfio-user-master.tar.bz2 | |
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Reviewed-by: Thanos Makatos <thanos.makatos@nutanix.com>
| -rw-r--r-- | include/libvfio-user.h | 2 |
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 |
