aboutsummaryrefslogtreecommitdiffstats
path: root/lib/librte_sched/rte_sched.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/librte_sched/rte_sched.c')
-rw-r--r--lib/librte_sched/rte_sched.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/librte_sched/rte_sched.c b/lib/librte_sched/rte_sched.c
index a2d0d685..7252f850 100644
--- a/lib/librte_sched/rte_sched.c
+++ b/lib/librte_sched/rte_sched.c
@@ -1020,7 +1020,7 @@ rte_sched_subport_read_stats(struct rte_sched_port *port,
memcpy(stats, &s->stats, sizeof(struct rte_sched_subport_stats));
memset(&s->stats, 0, sizeof(struct rte_sched_subport_stats));
- /* Subport TC ovesubscription status */
+ /* Subport TC oversubscription status */
*tc_ov = s->tc_ov;
return 0;