aboutsummaryrefslogtreecommitdiffstats
path: root/lib/librte_distributor/rte_distributor_v20.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/librte_distributor/rte_distributor_v20.c')
-rw-r--r--lib/librte_distributor/rte_distributor_v20.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/librte_distributor/rte_distributor_v20.c b/lib/librte_distributor/rte_distributor_v20.c
index 9adda52b..5be6efd4 100644
--- a/lib/librte_distributor/rte_distributor_v20.c
+++ b/lib/librte_distributor/rte_distributor_v20.c
@@ -345,7 +345,8 @@ rte_distributor_returned_pkts_v20(struct rte_distributor_v20 *d,
VERSION_SYMBOL(rte_distributor_returned_pkts, _v20, 2.0);
/* return the number of packets in-flight in a distributor, i.e. packets
- * being workered on or queued up in a backlog. */
+ * being worked on or queued up in a backlog.
+ */
static inline unsigned
total_outstanding(const struct rte_distributor_v20 *d)
{