New upstream version 17.08
[deb_dpdk.git] / lib / librte_jobstats / rte_jobstats.h
index c2b285f..7e76fd5 100644 (file)
@@ -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. */
@@ -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.