New upstream version 17.11-rc3
[deb_dpdk.git] / lib / librte_jobstats / rte_jobstats.h
index b368603..70e034c 100644 (file)
@@ -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.
@@ -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