aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDotan Barak <dotanb@mellanox.co.il>2006-01-04 21:26:32 +0000
committerRoland Dreier <rolandd@cisco.com>2006-11-09 11:35:58 -0800
commit94e471bbaa07945adbc77f2dc025ce226ce3433b (patch)
tree6055a0cd7aaf8b14d4dbd8258dd6de9d11e4c971
parent8b467434120c3f1b7b9867737d775531a038e7db (diff)
downloadlibibverbs-94e471bbaa07945adbc77f2dc025ce226ce3433b.tar.gz
Typo fix in the description of ibv_modify_srq()
Signed-off-by: Dotan Barak <dotanb@mellanox.co.il> Signed-off-by: Roland Dreier <rolandd@cisco.com>
-rw-r--r--ChangeLog5
-rw-r--r--include/infiniband/verbs.h4
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 515bcd5..863103d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-01-04 Dotan Barak <dotanb@mellanox.co.il>
+
+ * include/infiniband/verbs.h: Fix mask names in description of
+ ibv_modify_srq.
+
2006-01-04 Michael S. Tsirkin <mst@mellanox.co.il>
* src/init.c (ibverbs_init): Fix ibverbs_init for multiple adapters.
diff --git a/include/infiniband/verbs.h b/include/infiniband/verbs.h
index f56b7ad..142f9dd 100644
--- a/include/infiniband/verbs.h
+++ b/include/infiniband/verbs.h
@@ -796,8 +796,8 @@ struct ibv_srq *ibv_create_srq(struct ibv_pd *pd,
* @srq_attr_mask: A bit-mask used to specify which attributes of the SRQ
* are being modified.
*
- * The mask may contain IB_SRQ_MAX_WR to resize the SRQ and/or
- * IB_SRQ_LIMIT to set the SRQ's limit and request notification when
+ * The mask may contain IBV_SRQ_MAX_WR to resize the SRQ and/or
+ * IBV_SRQ_LIMIT to set the SRQ's limit and request notification when
* the number of receives queued drops below the limit.
*/
int ibv_modify_srq(struct ibv_srq *srq,