Date: Fri, 20 Sep 2024 16:54:02 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: cc4997907714 - main - arm64: Fix a typo in a source code comment Message-ID: <202409201654.48KGs2i9050701@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202409201654.48KGs2i9050701>