From dcfabd8b4e16c6d724c65ee609f41daefc927eba Mon Sep 17 00:00:00 2001 From: Andreas Arnez Date: Mon, 17 Oct 2022 15:43:34 +0200 Subject: [PATCH] Fix typo: ELFDATA64MSB -> ELFDATA2MSB 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". --- lzsabi.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lzsabi.tex b/lzsabi.tex index 33cd1e8..9c40518 100644 --- a/lzsabi.tex +++ b/lzsabi.tex @@ -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}