mirror of
https://github.com/google/pebble.git
synced 2025-04-30 23:31:40 -04:00
spelling: architecture
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
1114914d33
commit
da8071bdb5
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ class ELFFileHeader(ELFObjectBase):
|
||||||
osabi = None # The OS- or ABI-specific extensios used in this ELF file
|
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
|
abi_version = None # The version of the ABI this file is targeted for
|
||||||
type = None # The object file type
|
type = None # The object file type
|
||||||
machine = None # The machine artictecture
|
machine = None # The machine architecture
|
||||||
entry = None # The program entry point
|
entry = None # The program entry point
|
||||||
ph_offset = None # The offset of the program header table in bytes
|
ph_offset = None # The offset of the program header table in bytes
|
||||||
sh_offset = None # The offset of the section header table in bytes
|
sh_offset = None # The offset of the section header table in bytes
|
||||||
|
|
Loading…
Add table
Reference in a new issue