aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2024-07-20 11:49:40 +0100
committerSimon Glass <sjg@chromium.org>2024-07-29 08:42:18 -0600
commit57208ddc8ca8dbc9b96b223d568b8dcef4254479 (patch)
treec96244307820fc4800bed178230e41ed6756e43f /tools
parent19009864466d5fe7639befe948028b4a6f96fb5b (diff)
downloadu-boot-57208ddc8ca8dbc9b96b223d568b8dcef4254479.tar.gz
binman: Fix a comment typo in _DoReadFileDtb()
Fix a minor typo in this function. Signed-off-by: Simon Glass <sjg@chromium.org>
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 e4da04030a5..bb691cb3ff2 100644
--- a/tools/binman/ftest.py
+++ b/tools/binman/ftest.py
@@ -546,7 +546,7 @@ class TestFunctional(unittest.TestCase):
dtb_data = self._SetupDtb(fname)
# For testing purposes, make a copy of the DT for SPL and TPL. Add
- # a node indicating which it is, so aid verification.
+ # a node indicating which it is, to aid verification.
for name in ['spl', 'tpl', 'vpl']:
dtb_fname = '%s/u-boot-%s.dtb' % (name, name)
outfile = os.path.join(self._indir, dtb_fname)