git: cc4997907714 - main - arm64: Fix a typo in a source code comment

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Fri, 20 Sep 2024 16:54:02 UTC
The branch main has been updated by gbe:

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

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

    arm64: Fix a typo in a source code comment
    
    - s/parametes/parameters/
    
    MFC after:      3 days
---
 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 c73c6d205c1a..f9885f4d4e0a 100644
--- a/sys/arm64/arm64/machdep.c
+++ b/sys/arm64/arm64/machdep.c
@@ -900,7 +900,7 @@ initarm(struct arm64_bootparams *abp)
 
 	boot_el = abp->boot_el;
 
-	/* 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 */