git: 45001ab45ed0 - main - loader.efi.8: BOOOTX64.EFI: fix typo

From: Warner Losh <imp_at_FreeBSD.org>
Date: Sat, 21 Sep 2024 11:26:18 UTC
The branch main has been updated by imp:

URL: https://cgit.FreeBSD.org/src/commit/?id=45001ab45ed0ff4706300592715563fb87d26c9a

commit 45001ab45ed0ff4706300592715563fb87d26c9a
Author:     Graham Perrin <grahamperrin@gmail.com>
AuthorDate: 2024-09-08 22:02:04 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2024-09-21 11:25:15 +0000

    loader.efi.8: BOOOTX64.EFI: fix typo
    
    Reviewed by: imp
    Pull Request: https://github.com/freebsd/freebsd-src/pull/1412
---
 stand/man/loader.efi.8 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/stand/man/loader.efi.8 b/stand/man/loader.efi.8
index 3527d8b66a99..84ba5c4fdb30 100644
--- a/stand/man/loader.efi.8
+++ b/stand/man/loader.efi.8
@@ -434,7 +434,7 @@ to the default name if there wasn't one there before.
 Check to see if they are copies before updating (with X64 substituted using the
 above table):
 .Bd -literal -offset indent
-# cmp /boot/efi/EFI/FREEBSD/LOADER.EFI /boot/efi/EFI/BOOT/BOOOTX64.EFI
+# cmp /boot/efi/EFI/FREEBSD/LOADER.EFI /boot/efi/EFI/BOOT/BOOTX64.EFI
 .Ed
 Copy the loader:
 .Bd -literal -offset indent