All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] jobstats: fix a typo in rte_jobstats.h.
@ 2017-07-19 20:06 Rami Rosen
  2017-07-19 21:36 ` Thomas Monjalon
  0 siblings, 1 reply; 2+ messages in thread
From: Rami Rosen @ 2017-07-19 20:06 UTC (permalink / raw)
  To: dev; +Cc: Rami Rosen

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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/librte_jobstats/rte_jobstats.h b/lib/librte_jobstats/rte_jobstats.h
index b3686030e820..7e76fd50c6fa 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.
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] jobstats: fix a typo in rte_jobstats.h.
  2017-07-19 20:06 [PATCH] jobstats: fix a typo in rte_jobstats.h Rami Rosen
@ 2017-07-19 21:36 ` Thomas Monjalon
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Monjalon @ 2017-07-19 21:36 UTC (permalink / raw)
  To: Rami Rosen; +Cc: dev

19/07/2017 23:06, Rami Rosen:
> This patch fixes a trivial typo in rte_jobstats.h.
> 
> Signed-off-by: Rami Rosen <rami.rosen@intel.com>

Applied, thanks

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-07-19 21:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-19 20:06 [PATCH] jobstats: fix a typo in rte_jobstats.h Rami Rosen
2017-07-19 21:36 ` Thomas Monjalon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.