aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/efidp
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2023-06-01 23:41:34 +0000
committerWarner Losh <imp@FreeBSD.org>2023-06-02 02:33:41 +0000
commit663b1be814c5e11f0a514a5fc02aef94bc54ded8 (patch)
tree9987d141be4baf6bc4f95115967d3847980a79f8 /usr.sbin/efidp
parenta9e160c38fe1e5585184927a19bfeadef6cced55 (diff)
downloadsrc-663b1be814c5e11f0a514a5fc02aef94bc54ded8.tar.gz
src-663b1be814c5e11f0a514a5fc02aef94bc54ded8.zip
efidp: Fix typos
Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/653
Diffstat (limited to 'usr.sbin/efidp')
-rw-r--r--usr.sbin/efidp/efidp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/efidp/efidp.c b/usr.sbin/efidp/efidp.c
index 967694024380..1f071c95bdd7 100644
--- a/usr.sbin/efidp/efidp.c
+++ b/usr.sbin/efidp/efidp.c
@@ -38,7 +38,7 @@ __FBSDID("$FreeBSD$");
#include <string.h>
#include <unistd.h>
-#define MAXSIZE 65536 /* Everyting will be smaller than this, most 1000x smaller */
+#define MAXSIZE 65536 /* Everything will be smaller than this, most 1000x smaller */
/* options descriptor */
static struct option longopts[] = {