The branch main has been updated by gbe:

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

commit cc4997907714ec22498a454736974abfbc123beb
Author:     Gordon Bergling <g...@freebsd.org>
AuthorDate: 2024-09-20 16:53:42 +0000
Commit:     Gordon Bergling <g...@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 */

Reply via email to