aboutsummaryrefslogtreecommitdiffstats
path: root/lib/librte_distributor/rte_distributor_private.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/librte_distributor/rte_distributor_private.h')
-rw-r--r--lib/librte_distributor/rte_distributor_private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/librte_distributor/rte_distributor_private.h b/lib/librte_distributor/rte_distributor_private.h
index fce68c95..33cd8941 100644
--- a/lib/librte_distributor/rte_distributor_private.h
+++ b/lib/librte_distributor/rte_distributor_private.h
@@ -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