Fix the 'ist' typo in the comment for TestFunctional

Signed-off-by: Simon Glass <s...@chromium.org>
---

 tools/binman/ftest.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/binman/ftest.py b/tools/binman/ftest.py
index 7ee43d87b25..3fb7416a567 100644
--- a/tools/binman/ftest.py
+++ b/tools/binman/ftest.py
@@ -279,7 +279,7 @@ class TestFunctional(unittest.TestCase):
             preserve_outdir: Preserve the output directories used by tests. 
Each
                 test has its own, so this is normally only useful when running 
a
                 single test.
-            toolpath: ist of paths to use for tools
+            toolpath: list of paths to use for tools
         """
         cls.preserve_indir = preserve_indir
         cls.preserve_outdirs = preserve_outdirs
-- 
2.43.0

Reply via email to