]> git.openfabrics.org - ~shefty/libibverbs.git/commitdiff
Typo fix in the description of ibv_modify_srq()
authorDotan Barak <dotanb@mellanox.co.il>
Wed, 4 Jan 2006 21:26:32 +0000 (21:26 +0000)
committerRoland Dreier <rolandd@cisco.com>
Thu, 9 Nov 2006 19:35:58 +0000 (11:35 -0800)
Signed-off-by: Dotan Barak <dotanb@mellanox.co.il>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
ChangeLog
include/infiniband/verbs.h

index 515bcd5c260e7c6c7d13e22edec7a66a1cc024d4..863103db43724f453c9dc240771bca6363034b99 100644 (file)
--- 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.
index f56b7ad8144dde8ed97744453c04c67148afdd63..142f9ddc76d3c9de6b1da734aa3d0fd18c020478 100644 (file)
@@ -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,