Date: Mon, 23 Sep 2024 04:51:34 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 590a0f0d67a2 - stable/13 - arm64: Fix a typo in a source code comment Message-ID: <202409230451.48N4pYup069459@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=590a0f0d67a287f085a679fa2a32f5aaf44b4680 commit 590a0f0d67a287f085a679fa2a32f5aaf44b4680 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:51:19 +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 5c786a58f046..52471a7c1fa4 100644 --- a/sys/arm64/arm64/machdep.c +++ b/sys/arm64/arm64/machdep.c @@ -759,7 +759,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?202409230451.48N4pYup069459>