]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_distributor/rte_distributor_private.h
net/e1000: fix PCI config read check
[dpdk.git] / lib / librte_distributor / rte_distributor_private.h
index fce68c9548a6363075d78894c6da1a5c26619269..33cd89410c9c0eeb23bbcf5b40923327587bdc2a 100644 (file)
@@ -41,7 +41,7 @@ extern "C" {
 
 /**
  * Maximum number of workers allowed.
- * Be aware of increasing the limit, becaus it is limited by how we track
+ * Be aware of increasing the limit, because it is limited by how we track
  * in-flight tags. See in_flight_bitmask and rte_distributor_process
  */
 #define RTE_DISTRIB_MAX_WORKERS 64