summaryrefslogtreecommitdiff
path: root/libasm/asm_begin.c
diff options
context:
space:
mode:
Diffstat (limited to 'libasm/asm_begin.c')
-rw-r--r--libasm/asm_begin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libasm/asm_begin.c b/libasm/asm_begin.c
index 6248786c..1df2d4ea 100644
--- a/libasm/asm_begin.c
+++ b/libasm/asm_begin.c
@@ -98,7 +98,7 @@ prepare_binary_output (AsmCtx_t *result, Ebl *ebl)
/* Set the ELF version. */
ehdr->e_version = EV_CURRENT;
- /* Use the machine, class, and endianess values from the Ebl descriptor. */
+ /* Use the machine, class, and endianness values from the Ebl descriptor. */
ehdr->e_machine = ebl_get_elfmachine (ebl);
ehdr->e_ident[EI_CLASS] = class;
ehdr->e_ident[EI_DATA] = ebl_get_elfdata (ebl);