summaryrefslogtreecommitdiffstats
path: root/usr.sbin/uefisign
diff options
context:
space:
mode:
authoreadler <eadler@FreeBSD.org>2015-10-21 05:37:09 +0000
committereadler <eadler@FreeBSD.org>2015-10-21 05:37:09 +0000
commit21a3003f8f5c49c0acbcb49462e5b221076076d0 (patch)
tree1149682a8773189b3c623000a582961e7e382c47 /usr.sbin/uefisign
parent1cbd99f727ea8d812f6573b02f6255424be40284 (diff)
downloadFreeBSD-src-21a3003f8f5c49c0acbcb49462e5b221076076d0.zip
FreeBSD-src-21a3003f8f5c49c0acbcb49462e5b221076076d0.tar.gz
Fix a ton of speelling errors
arc lint is helpful Reviewed By: allanjude, wblock, #manpages, chris@bsdjunk.com Differential Revision: https://reviews.freebsd.org/D3337
Diffstat (limited to 'usr.sbin/uefisign')
-rw-r--r--usr.sbin/uefisign/magic.h2
-rw-r--r--usr.sbin/uefisign/pe.c2
2 files changed, 2 insertions, 2 deletions
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)
OpenPOWER on IntegriCloud