aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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[] = {