Signed-off-by: Benjamin Drung <benjamin.drung@xxxxxxxxxxxxxxxx> --- libibverbs/driver.h | 2 +- libibverbs/man/ibv_alloc_parent_domain.3 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libibverbs/driver.h b/libibverbs/driver.h index 0e856ea9..b0eed757 100644 --- a/libibverbs/driver.h +++ b/libibverbs/driver.h @@ -528,7 +528,7 @@ ibv_check_alloc_parent_domain(struct ibv_parent_domain_init_attr *attr) /* * Initialize the ibv_pd which is being used as a parent_domain. From the - * perspective of the core code the new ibv_pd is completely interchangable + * perspective of the core code the new ibv_pd is completely interchangeable * with the passed contained_pd. */ static inline void ibv_initialize_parent_domain(struct ibv_pd *parent_domain, diff --git a/libibverbs/man/ibv_alloc_parent_domain.3 b/libibverbs/man/ibv_alloc_parent_domain.3 index e2313074..d56665d8 100644 --- a/libibverbs/man/ibv_alloc_parent_domain.3 +++ b/libibverbs/man/ibv_alloc_parent_domain.3 @@ -18,7 +18,7 @@ allocates a parent domain object for the RDMA device context The parent domain object extends the normal protection domain with additional objects, such as a thread domain. .sp -A parent domain is completely interchangable with the +A parent domain is completely interchangeable with the .I struct ibv_pd used to create it, and can be used as an input argument to any function accepting a -- 2.14.1 -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html