From da8071bdb544f73a315cebb661ddf1e44e91a759 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 12:43:43 -0500 Subject: [PATCH] spelling: architecture Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- tools/fw_elf_obfuscate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/fw_elf_obfuscate.py b/tools/fw_elf_obfuscate.py index aa8b837a..a4b972ac 100644 --- a/tools/fw_elf_obfuscate.py +++ b/tools/fw_elf_obfuscate.py @@ -72,7 +72,7 @@ class ELFFileHeader(ELFObjectBase): osabi = None # The OS- or ABI-specific extensios used in this ELF file abi_version = None # The version of the ABI this file is targeted for type = None # The object file type - machine = None # The machine artictecture + machine = None # The machine architecture entry = None # The program entry point ph_offset = None # The offset of the program header table in bytes sh_offset = None # The offset of the section header table in bytes