[dpdk-dev] [PATCH] lib/librte_jobstats: fix max_exec_time comments

Congwen Zhang zhang.congwen at zte.com.cn
Mon Aug 21 02:44:51 CEST 2017


From: CongWen Zhang <zhang.congwen at zte.com.cn>

Signed-off-by: CongWen Zhang <zhang.congwen at zte.com.cn>
---
 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 7e76fd5..70e034c 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
-- 
1.8.3.1




More information about the dev mailing list