mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-12 22:10:54 -04:00
docs: fix typo in dwarfs-format.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
85b26dc4b8
commit
0cfcf6c70f
@ -122,7 +122,7 @@ Currently, the following different section types are defined:
|
|||||||
first section. The whole point of the section index is to avoid
|
first section. The whole point of the section index is to avoid
|
||||||
having to build an index by visiting all section headers. Since
|
having to build an index by visiting all section headers. Since
|
||||||
the offsets in the index are sorted, the section index is *always*
|
the offsets in the index are sorted, the section index is *always*
|
||||||
stored uncompressed, and the section infex *must* be the last
|
stored uncompressed, and the section index *must* be the last
|
||||||
section, you can find the start of the section index by reading
|
section, you can find the start of the section index by reading
|
||||||
the last 64-bit value from the image file, checking if the upper
|
the last 64-bit value from the image file, checking if the upper
|
||||||
16 bits match the `SECTION_INDEX` type, and then add the image
|
16 bits match the `SECTION_INDEX` type, and then add the image
|
||||||
|
Loading…
x
Reference in New Issue
Block a user