mirror of
https://github.com/google/pebble.git
synced 2025-04-30 23:31:40 -04:00
spelling: constraint
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
a29c01bf00
commit
5f8d2a47aa
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||||
|
|
Loading…
Add table
Reference in a new issue