binman: Fix a typo in elf.py
authorSimon Glass <sjg@chromium.org>
Fri, 28 Mar 2025 13:02:08 +0000 (07:02 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 10 Apr 2025 17:57:53 +0000 (11:57 -0600)
Fix an 'EFL' typo. It should be 'ELF'.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Neha Malcom Francis <n-francis@ti.com>
tools/binman/elf.py

index c75f447..6ac960e 100644 (file)
@@ -28,7 +28,7 @@ except:  # pragma: no cover
 # BSYM in little endian, keep in sync with include/binman_sym.h
 BINMAN_SYM_MAGIC_VALUE = 0x4d595342
 
-# Information about an EFL symbol:
+# Information about an ELF symbol:
 # section (str): Name of the section containing this symbol
 # address (int): Address of the symbol (its value)
 # size (int): Size of the symbol in bytes