git.droids-corp.org
/
dpdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c17c27e
)
jobstats: fix typo in doxygen comment
author
Rami Rosen
<rami.rosen@intel.com>
Wed, 19 Jul 2017 20:06:06 +0000
(23:06 +0300)
committer
Thomas Monjalon
<thomas@monjalon.net>
Wed, 19 Jul 2017 21:40:27 +0000
(
00:40
+0300)
This patch fixes a trivial typo in rte_jobstats.h.
Signed-off-by: Rami Rosen <rami.rosen@intel.com>
lib/librte_jobstats/rte_jobstats.h
patch
|
blob
|
history
diff --git
a/lib/librte_jobstats/rte_jobstats.h
b/lib/librte_jobstats/rte_jobstats.h
index
b368603
..
7e76fd5
100644
(file)
--- 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 {
- /** V
i
ariable 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.