From 501d4a65c8f2a52e3314b8662ebf8a082952ae85 Mon Sep 17 00:00:00 2001 From: Rami Rosen Date: Wed, 19 Jul 2017 23:06:06 +0300 Subject: [PATCH] jobstats: fix typo in doxygen comment This patch fixes a trivial typo in rte_jobstats.h. Signed-off-by: Rami Rosen --- lib/librte_jobstats/rte_jobstats.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/librte_jobstats/rte_jobstats.h b/lib/librte_jobstats/rte_jobstats.h index b3686030e8..7e76fd50c6 100644 --- a/lib/librte_jobstats/rte_jobstats.h +++ b/lib/librte_jobstats/rte_jobstats.h @@ -98,7 +98,7 @@ struct rte_jobstats { } __rte_cache_aligned; struct rte_jobstats_context { - /** Viariable holding time at different points: + /** Variable holding time at different points: * -# loop start time if loop was started but no job executed yet. * -# job start time if job is currently executing. * -# job finish time if job finished its execution. -- 2.20.1