git: c22bc90d4e32 - stable/14 - arm64: Fix a typo in a source code comment

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Mon, 23 Sep 2024 04:51:11 UTC
The branch stable/14 has been updated by gbe:

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

commit c22bc90d4e329471d800580530a61e62bfbdda13
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2024-09-20 16:53:42 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2024-09-23 04:50:56 +0000

    arm64: Fix a typo in a source code comment
    
    - s/parametes/parameters/
    
    (cherry picked from commit cc4997907714ec22498a454736974abfbc123beb)
---
 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 ea2b7e9da2ee..cdc812269542 100644
--- a/sys/arm64/arm64/machdep.c
+++ b/sys/arm64/arm64/machdep.c
@@ -889,7 +889,7 @@ initarm(struct arm64_bootparams *abp)
 	boot_el = abp->boot_el;
 	hcr_el2 = abp->hcr_el2;
 
-	/* Parse loader or FDT boot parametes. Determine last used address. */
+	/* Parse loader or FDT boot parameters. Determine last used address. */
 	lastaddr = parse_boot_param(abp);
 
 	/* Find the kernel address */