]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_jobstats/rte_jobstats.h
jobstats: fix typo in doxygen comment
[dpdk.git] / lib / librte_jobstats / rte_jobstats.h
index b3686030e820b6d661ba594a72740600c88d48fa..7e76fd50c6fa199b26e00f4a2b3761ec5d04d3f6 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.