From dc83b58bbee523b7400472f573a44887cbd0642a Mon Sep 17 00:00:00 2001 From: bdrewery Date: Thu, 7 Jan 2016 00:40:51 +0000 Subject: MFC r289677: Fix a ton of speelling errors --- usr.sbin/uefisign/magic.h | 2 +- usr.sbin/uefisign/pe.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.sbin/uefisign') diff --git a/usr.sbin/uefisign/magic.h b/usr.sbin/uefisign/magic.h index 4c3ad4e..85f2c55 100644 --- a/usr.sbin/uefisign/magic.h +++ b/usr.sbin/uefisign/magic.h @@ -50,7 +50,7 @@ static const char *magic_fmt = "a = FORMAT:HEX,BITSTRING:00\n" /* * Well, there should be some other struct here, "SPCLink", but it doesn't - * appear to be neccessary for UEFI, and I have no idea how to synthesize it, + * appear to be necessary for UEFI, and I have no idea how to synthesize it, * as it uses the CHOICE type. */ "\n" diff --git a/usr.sbin/uefisign/pe.c b/usr.sbin/uefisign/pe.c index f4695b4..768ba5a 100644 --- a/usr.sbin/uefisign/pe.c +++ b/usr.sbin/uefisign/pe.c @@ -304,7 +304,7 @@ parse_directory(struct executable *x, off_t off, * Note that most software does not care about the checksum at all; perhaps * we could just set it to 0 instead. * - * XXX: Endianess? + * XXX: Endianness? */ static uint32_t compute_checksum(const struct executable *x) -- cgit v1.1