mirror of
https://github.com/google/pebble.git
synced 2025-11-18 05:20:55 -05:00
spelling: version
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -90,7 +90,7 @@ class ELFFileHeader(ELFObjectBase):
|
||||
assert(self.elf_class == self.CLASS_32_BIT)
|
||||
# we only support little-endian files
|
||||
assert(self.data == self.DATA_2_LSB)
|
||||
# current ELF verison
|
||||
# current ELF version
|
||||
assert(self.version == self.VERSION)
|
||||
assert(self.osabi == self.OS_ABI)
|
||||
assert(self.abi_version == self.ABI_VERSION)
|
||||
|
||||
Reference in New Issue
Block a user