Skip to content
Snippets Groups Projects
Commit 7c085575 authored by Greg Quinn's avatar Greg Quinn
Browse files

Fix {start,end}_boundary spelling

parent 9746b695
No related branches found
No related tags found
No related merge requests found
...@@ -35,8 +35,8 @@ class StaticHeader(BaseStruct): ...@@ -35,8 +35,8 @@ class StaticHeader(BaseStruct):
('pkt_tracker_offset', c.c_uint32), ('pkt_tracker_offset', c.c_uint32),
('ap_storage_offset', c.c_uint32), ('ap_storage_offset', c.c_uint32),
('next_pkt_pos', c.c_uint32), ('next_pkt_pos', c.c_uint32),
('start_boundry', c.c_uint64), ('start_boundary', c.c_uint64),
('end_boundry', c.c_uint64), ('end_boundary', c.c_uint64),
] ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment