git: 663b1be814c5 - main - efidp: Fix typos
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 02 Jun 2023 02:34:09 UTC
The branch main has been updated by imp:
URL: https://cgit.FreeBSD.org/src/commit/?id=663b1be814c5e11f0a514a5fc02aef94bc54ded8
commit 663b1be814c5e11f0a514a5fc02aef94bc54ded8
Author: Elyes Haouas <ehaouas@noos.fr>
AuthorDate: 2023-06-01 23:41:34 +0000
Commit: Warner Losh <imp@FreeBSD.org>
CommitDate: 2023-06-02 02:33:41 +0000
efidp: Fix typos
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/653
---
usr.sbin/efidp/efidp.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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[] = {