[dts] [PATCH] framework/crb: fix typos

Rami Rosen ramirose at gmail.com
Fri Jan 18 13:46:00 CET 2019


Signed-off-by: Rami Rosen <ramirose at gmail.com>
---
 framework/crb.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/framework/crb.py b/framework/crb.py
index e15fd77..0a2fa80 100644
--- a/framework/crb.py
+++ b/framework/crb.py
@@ -582,7 +582,7 @@ class Crb(object):
 
     def remove_hyper_core(self, core_list, key=None):
         """
-        Remove hyperthread locre for core list.
+        Remove hyperthread lcore for core list.
         """
         found = set()
         for core in core_list:
@@ -633,7 +633,7 @@ class Crb(object):
     def get_core_list(self, config, socket=-1):
         """
         Get lcore array according to the core config like "all", "1S/1C/1T".
-        We can specify the physical CPU socket by paramter "socket".
+        We can specify the physical CPU socket by the "socket" parameter.
         """
         if config == 'all':
             cores = []
-- 
2.19.2



More information about the dts mailing list