]> git.droids-corp.org - dpdk.git/blobdiff - lib/ring/rte_ring_elem.h
net/bnxt: fix null dereference in session cleanup
[dpdk.git] / lib / ring / rte_ring_elem.h
index 4bd016c110f30c50d0781bc401b493c865405c7b..fb1edc9aad1f98ab62ab50266ac6f74c1f6cef4b 100644 (file)
@@ -51,7 +51,7 @@ ssize_t rte_ring_get_memsize_elem(unsigned int esize, unsigned int count);
  *
  * The new ring size is set to *count*, which must be a power of
  * two. Water marking is disabled by default. The real usable ring size
- * is *count-1* instead of *count* to differentiate a free ring from an
+ * is *count-1* instead of *count* to differentiate a full ring from an
  * empty ring.
  *
  * The ring is added in RTE_TAILQ_RING list.