From: Simon Glass Date: Sat, 11 Jan 2025 00:00:15 +0000 (-0700) Subject: test: Fix inpected typo in upl test X-Git-Tag: v2025.04-rc1~27^2~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e0c63d04cc5d55d3977f18ca292aa50825bbfac;p=thirdparty%2Fu-boot.git test: Fix inpected typo in upl test Fix a typo in the test comment. Signed-off-by: Simon Glass --- 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')