Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed an incorrect statement (thanks, Felix!).
  • Loading branch information
icculus committed Dec 28, 2014
1 parent 38813d8 commit 800a3c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/fatelf-specification.txt
Expand Up @@ -56,9 +56,9 @@ The record format is as follows.
Each record starts with an unsigned, 16-bit value that represents the machine
architecture for this record. This field maps to e_machine in the ELF header.
Next come four unsigned, 8-bit values. These represent, in order, the OSABI,
OSABI version, byte order and word size of the referenced ELF binary. These
OSABI version, word size and byte order of the referenced ELF binary. These
fields map to e_ident[EI_OSABI], e_ident[EI_ABIVERSION], e_ident[EI_CLASS] and
e_ident[EI_DATA in the ELF header. Please note that the FatELF structures
e_ident[EI_DATA] in the ELF header. Please note that the FatELF structures
themselves are always little endian and aligned to Elf64 standards, no matter
what these fields contain.

Expand Down

0 comments on commit 800a3c4

Please sign in to comment.