test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH] framework/etgen: fix a typo
@ 2018-02-03 15:51 Rami Rosen
  0 siblings, 0 replies; only message in thread
From: Rami Rosen @ 2018-02-03 15:51 UTC (permalink / raw)
  To: yong.liu; +Cc: dts, Rami Rosen

This trivial patch fixes a typo in framework/etgen.py.

Signed-off-by: Rami Rosen <rami.rosen@intel.com>
---
 framework/etgen.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/framework/etgen.py b/framework/etgen.py
index 4c0b6e2..b96b8ed 100644
--- a/framework/etgen.py
+++ b/framework/etgen.py
@@ -68,7 +68,7 @@ class SoftwarePacketGenerator():
 
         self.tester.send_expect("./dpdk-devbind.py --bind=igb_uio %s" % bind_cmd, "#")
 
-        # assgin core for ports
+        # assign core for ports
         map_cmd = ""
         port_index = range(len(ports))
         port_map = dict(zip(ports, port_index))
-- 
2.14.3

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-02-03  8:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-03 15:51 [dts] [PATCH] framework/etgen: fix a typo Rami Rosen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).