diff options
Diffstat (limited to 'lib/librte_jobstats/rte_jobstats.h')
-rw-r--r-- | lib/librte_jobstats/rte_jobstats.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/librte_jobstats/rte_jobstats.h b/lib/librte_jobstats/rte_jobstats.h index b3686030..7e76fd50 100644 --- a/lib/librte_jobstats/rte_jobstats.h +++ b/lib/librte_jobstats/rte_jobstats.h @@ -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. |