]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
binman: Correct a typo in the toolpath comment
authorSimon Glass <sjg@chromium.org>
Tue, 29 Apr 2025 13:22:00 +0000 (07:22 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 27 May 2025 09:07:41 +0000 (10:07 +0100)
Fix the 'ist' typo in the comment for TestFunctional

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/ftest.py

index fc02e6461cadabd701be186ee0695f230e45fc60..d3e6e6751045f4159337c0dd7a29c0d1f1148529 100644 (file)
@@ -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