]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
scripts: typos in event_dump.py
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Thu, 20 Feb 2025 10:00:13 +0000 (11:00 +0100)
committerTom Rini <trini@konsulko.com>
Tue, 18 Mar 2025 14:17:27 +0000 (08:17 -0600)
%s/even spies/event spies/
%s/EFL/ELF/

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
scripts/event_dump.py

index 24dfe2bda91fc17dfbe90a5f9e130687efb74233..61bb3a8eb92b2937b72d9a5d5a4c88941d249132 100755 (executable)
@@ -107,7 +107,7 @@ def main(argv):
     Args:
         argv (list of str): List of program arguments, excluding arvg[0]
     """
-    epilog = 'Show a list of even spies in a U-Boot EFL file'
+    epilog = 'Show a list of event spies in a U-Boot ELF file'
     parser = ArgumentParser(epilog=epilog)
     parser.add_argument('elf', type=str, help='ELF file to decode')
     parser.add_argument('-e', '--endian', type=str, default='auto',