mirror of
https://github.com/google/pebble.git
synced 2025-11-17 13:00:59 -05:00
spelling: constraint
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -140,7 +140,7 @@ class ELFSectionHeader(ELFObjectBase):
|
|||||||
size = None # The size of the section in bytes
|
size = None # The size of the section in bytes
|
||||||
link = None # The section header table link (interpretation various based on type)
|
link = None # The section header table link (interpretation various based on type)
|
||||||
info = None # Extra info
|
info = None # Extra info
|
||||||
addr_align = None # Address alignment contraint for the section
|
addr_align = None # Address alignment constraint for the section
|
||||||
entry_size = None # The size of entries within the section in bytes (if applicable)
|
entry_size = None # The size of entries within the section in bytes (if applicable)
|
||||||
|
|
||||||
def unpack(self, data, offset=0):
|
def unpack(self, data, offset=0):
|
||||||
|
|||||||
Reference in New Issue
Block a user