summaryrefslogtreecommitdiff
path: root/test/py/tests/test_upl.py
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2025-01-10 17:00:15 -0700
committerTom Rini <trini@konsulko.com>2025-01-22 15:58:04 -0600
commit5e0c63d04cc5d55d3977f18ca292aa50825bbfac (patch)
tree7792cd2039216ecfadf2d7ee3ce9fade506749e4 /test/py/tests/test_upl.py
parent1604b4254b1044916414db9f9f5bc12431ce258f (diff)
test: Fix inpected typo in upl test
Fix a typo in the test comment. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'test/py/tests/test_upl.py')
-rw-r--r--test/py/tests/test_upl.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/py/tests/test_upl.py b/test/py/tests/test_upl.py
index 3164bda6b71..90125c4dc1b 100644
--- a/test/py/tests/test_upl.py
+++ b/test/py/tests/test_upl.py
@@ -17,7 +17,7 @@ def test_upl_handoff(u_boot_console):
proper and runs a test to check that the parameters are correct.
The entire FIT is loaded into memory in SPL (in upl_load_from_image()) so
- that it can be inpected in upl_test_info_norun
+ that it can be inspected in upl_test_info_norun
"""
cons = u_boot_console
ram = os.path.join(cons.config.build_dir, 'ram.bin')