From: Simon Glass Date: Tue, 29 Apr 2025 13:22:00 +0000 (-0600) Subject: binman: Correct a typo in the toolpath comment X-Git-Tag: v2025.10-rc1~118^2~69^2~78 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84f3deaa995502325a6d84bda6338c4e0a4bf4ea;p=pandora-u-boot.git binman: Correct a typo in the toolpath comment Fix the 'ist' typo in the comment for TestFunctional Signed-off-by: Simon Glass --- 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