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

Rami Rosen ramirose at gmail.com
Sat Jan 19 13:38:10 CET 2019


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

diff --git a/tests/TestSuite_hello_world.py b/tests/TestSuite_hello_world.py
index 67095e8..3f29e60 100644
--- a/tests/TestSuite_hello_world.py
+++ b/tests/TestSuite_hello_world.py
@@ -76,7 +76,7 @@ class TestHelloWorld(TestCase):
         Received hello message from all lcores
         """
 
-        # get the maximun logical core number
+        # get the maximum logical core number
         cores = self.dut.get_core_list('all')
 
         config_max_lcore = self.dut.get_def_rte_config('CONFIG_RTE_MAX_LCORE')
-- 
2.19.2



More information about the dts mailing list