]> git.droids-corp.org - dpdk.git/blobdiff - lib/ring/rte_ring_c11_pvt.h
net/bnxt: fix null dereference in session cleanup
[dpdk.git] / lib / ring / rte_ring_c11_pvt.h
index 37e0b2afd600e895c69900c8aa7aad9156f5ebd3..f895950df4876d4b235dffd68ca9050e90701109 100644 (file)
@@ -111,7 +111,7 @@ __rte_ring_move_prod_head(struct rte_ring *r, unsigned int is_sp,
  * @param is_sc
  *   Indicates whether multi-consumer path is needed or not
  * @param n
- *   The number of elements we will want to enqueue, i.e. how far should the
+ *   The number of elements we will want to dequeue, i.e. how far should the
  *   head be moved
  * @param behavior
  *   RTE_RING_QUEUE_FIXED:    Dequeue a fixed number of items from a ring