From dfdc2940cb13c72ed0ff1b6163c92717a357d0a7 Mon Sep 17 00:00:00 2001 From: CongWen Zhang Date: Mon, 21 Aug 2017 08:44:51 +0800 Subject: [PATCH] jobstats: fix a doxygen comment Signed-off-by: CongWen Zhang Reviewed-by: Kirill Rybalchenko --- 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 7e76fd50c6..70e034cab6 100644 --- a/lib/librte_jobstats/rte_jobstats.h +++ b/lib/librte_jobstats/rte_jobstats.h @@ -117,7 +117,7 @@ struct rte_jobstats_context { /**< Minimum loop execute time. */ uint64_t max_exec_time; - /**< Minimum loop execute time. */ + /**< Maximum loop execute time. */ /** * Sum of time that is not the execute time (ex: from job finish to next -- 2.20.1