summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorSimon Glass <[email protected]>2025-04-29 07:22:00 -0600
committerSimon Glass <[email protected]>2025-05-27 10:07:41 +0100
commit84f3deaa995502325a6d84bda6338c4e0a4bf4ea (patch)
treecda9ed89958305e38e99b3316f1fe08fcd642485 /tools
parentae3695f691c6325f1a504ee3df7f22d75c7a0c96 (diff)
binman: Correct a typo in the toolpath comment
Fix the 'ist' typo in the comment for TestFunctional Signed-off-by: Simon Glass <[email protected]>
Diffstat (limited to 'tools')
-rw-r--r--tools/binman/ftest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/binman/ftest.py b/tools/binman/ftest.py
index fc02e6461ca..d3e6e675104 100644
--- a/tools/binman/ftest.py
+++ b/tools/binman/ftest.py
@@ -283,7 +283,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