X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_mempool%2Frte_mempool.h;fp=lib%2Flibrte_mempool%2Frte_mempool.h;h=911102b1be50a04d42381c5b8f47198c591274df;hb=580db2a5cee98f27206fbdcf6f22eaad5e74c8ab;hp=440f3b1bac4b8f9eecca108acb375aaaec78f01f;hpb=e8453b9f3c3b119c0a21835e5fc39d339f477bad;p=dpdk.git diff --git a/lib/librte_mempool/rte_mempool.h b/lib/librte_mempool/rte_mempool.h index 440f3b1bac..911102b1be 100644 --- a/lib/librte_mempool/rte_mempool.h +++ b/lib/librte_mempool/rte_mempool.h @@ -357,7 +357,7 @@ void rte_mempool_check_cookies(const struct rte_mempool *mp, * Prototype for implementation specific data provisioning function. * * The function should provide the implementation specific memory for - * for use by the other mempool ops functions in a given mempool ops struct. + * use by the other mempool ops functions in a given mempool ops struct. * E.g. the default ops provides an instance of the rte_ring for this purpose. * it will most likely point to a different type of data structure, and * will be transparent to the application programmer.