efidp: Fix typos

Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/653
This commit is contained in:
Elyes Haouas 2023-06-01 17:41:34 -06:00 committed by Warner Losh
parent a9e160c38f
commit 663b1be814

View File

@ -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[] = {