Skip to content

Commit

Permalink
Merge pull request #1432 from dannf/typofix
Browse files Browse the repository at this point in the history
libibverbs: Fix typo in comment
  • Loading branch information
jgunthorpe committed Feb 26, 2024
2 parents 40fcc1c + e16c283 commit fae7fde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libibverbs/verbs.h
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 fae7fde

Please sign in to comment.