Re: [dpdk-dev] [PATCH v3 14/18] sched: fix typo in comment

2021-10-14 Thread Dumitrescu, Cristian
> -Original Message- > From: Stephen Hemminger > Sent: Thursday, October 14, 2021 10:56 PM > To: dev@dpdk.org > Cc: Stephen Hemminger ; Dumitrescu, > Cristian ; Singh, Jasvinder > > Subject: [PATCH v3 14/18] sched: fix typo in comment > > Yet another spelling error found by codespell.

[dpdk-dev] [PATCH v3 14/18] sched: fix typo in comment

2021-10-14 Thread Stephen Hemminger
Yet another spelling error found by codespell. Signed-off-by: Stephen Hemminger --- lib/sched/rte_sched.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/sched/rte_sched.c b/lib/sched/rte_sched.c index a858f61f9548..329f4b2e7b48 100644 --- a/lib/sched/rte_sched.c +++ b/li