git: 0fddee6d1f3e - main - arm64: machdep.c fix two typos

From: Warner Losh <imp_at_FreeBSD.org>
Date: Wed, 07 Sep 2022 00:10:57 UTC
The branch main has been updated by imp:

URL: https://cgit.FreeBSD.org/src/commit/?id=0fddee6d1f3e4d7fa81f5262204fb9a5a4cacd0b

commit 0fddee6d1f3e4d7fa81f5262204fb9a5a4cacd0b
Author:     Warner Losh <imp@FreeBSD.org>
AuthorDate: 2022-09-07 00:09:14 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2022-09-07 00:09:43 +0000

    arm64: machdep.c fix two typos
    
    Sponsored by:           Netflix
---
 sys/arm64/arm64/machdep.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/arm64/arm64/machdep.c b/sys/arm64/arm64/machdep.c
index c47e16e6b2b6..51932905ec82 100644
--- a/sys/arm64/arm64/machdep.c
+++ b/sys/arm64/arm64/machdep.c
@@ -820,7 +820,7 @@ initarm(struct arm64_bootparams *abp)
 	/* Bootstrap enough of pmap  to enter the kernel proper */
 	pmap_bootstrap(abp->kern_l0pt, abp->kern_l1pt,
 	    KERNBASE - abp->kern_delta, lastaddr - KERNBASE);
-	/* Exclude entries neexed in teh DMAP region, but not phys_avail */
+	/* Exclude entries needed in the DMAP region, but not phys_avail */
 	if (efihdr != NULL)
 		exclude_efi_map_entries(efihdr);
 	physmem_init_kernel_globals();