[dts] [PATCH] tests/vlan: fix typos

Rami Rosen ramirose at gmail.com
Sat Jan 19 13:48:01 CET 2019


Signed-off-by: Rami Rosen <ramirose at gmail.com>
---
 tests/TestSuite_vlan.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/TestSuite_vlan.py b/tests/TestSuite_vlan.py
index 6aa059c..4bf0ae8 100644
--- a/tests/TestSuite_vlan.py
+++ b/tests/TestSuite_vlan.py
@@ -107,7 +107,7 @@ class TestVlan(TestCase):
         port = self.tester.get_local_port(dutTxPortId)
         self.rxItf = self.tester.get_interface(port)
 
-        # the package dect mac must is dut tx port id when the port promisc is off
+        # the packet dest mac must is dut tx port id when the port promisc is off
         self.dmac = self.dut.get_mac_address(dutRxPortId)
 
         self.inst = self.tester.tcpdump_sniff_packets(self.rxItf)
-- 
2.19.2



More information about the dts mailing list