From 6fedf6eed2362ccd736b736e623bdbbb8b18704a Mon Sep 17 00:00:00 2001 From: Rami Rosen Date: Wed, 20 Apr 2016 23:04:45 +0300 Subject: [PATCH] jobstats: fix typo in a comment 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 c2b285f878..b3686030e8 100644 --- a/lib/librte_jobstats/rte_jobstats.h +++ b/lib/librte_jobstats/rte_jobstats.h @@ -85,7 +85,7 @@ struct rte_jobstats { /**< Minimum execute time. */ uint64_t max_exec_time; - /**< Minimum execute time. */ + /**< Maximum execute time. */ uint64_t exec_cnt; /**< Execute count. */ -- 2.20.1