Fix the 'ist' typo in the comment for TestFunctional
Signed-off-by: Simon Glass <[email protected]>
---
(no changes since v1)
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 a0a1fea5155..f2f478d5e7e 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