Skip to content

Commit

Permalink
Fix typo: ELFDATA64MSB -> ELFDATA2MSB
Browse files Browse the repository at this point in the history
In the table "Machine-specific ELF identification fields" the name of the
value "ELFDATA64MSB" for the EI_DATA entry is wrong.  Replace it by the
correct name "ELFDATA2MSB".
  • Loading branch information
aarnez committed Oct 17, 2022
1 parent 9bb099d commit dcfabd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lzsabi.tex
Original file line number Diff line number Diff line change
Expand Up @@ -4007,7 +4007,7 @@ \subsection{Machine Information}
\midrule
\texttt{e\_ident[EI\_CLASS]} & \texttt{ELFCLASS\NBITS{}} &
For all \NBITS{}$\,$bit implementations \\
\texttt{e\_ident[EI\_DATA]} & \texttt{ELFDATA\NBITS{}MSB} &
\texttt{e\_ident[EI\_DATA]} & \texttt{ELFDATA2MSB} &
For all Big-Endian implementations \\
\bottomrule
\end{tabular}
Expand Down

0 comments on commit dcfabd8

Please sign in to comment.