Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion include/libvfio-user.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down