Skip to content

Commit

Permalink
libibverbs: Fix typo in comment
Browse files Browse the repository at this point in the history
Signed-off-by: dann frazier <[email protected]>
  • Loading branch information
dannf committed Feb 25, 2024
1 parent 40fcc1c commit e16c283
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libibverbs/verbs.h
Original file line number Diff line number Diff line change
Expand Up @@ -2618,7 +2618,7 @@ __ibv_reg_mr_iova(struct ibv_pd *pd, void *addr, size_t length, uint64_t iova,
((access) & IBV_ACCESS_OPTIONAL_RANGE) == 0))

/**
* ibv_reg_dmabuf_mr - Register a dambuf-based memory region
* ibv_reg_dmabuf_mr - Register a dmabuf-based memory region
*/
struct ibv_mr *ibv_reg_dmabuf_mr(struct ibv_pd *pd, uint64_t offset, size_t length,
uint64_t iova, int fd, int access);
Expand Down

0 comments on commit e16c283

Please sign in to comment.