Date: Wed, 11 Jun 2025 23:16:38 GMT From: Warner Losh <imp@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 150274edd2f3 - main - Update tramp.S comment Message-ID: <202506112316.55BNGcjA046135@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=150274edd2f36c505425bc9dee0ba4fbbe45391a commit 150274edd2f36c505425bc9dee0ba4fbbe45391a Author: tropicahq <tropicahq@gmail.com> AuthorDate: 2025-05-21 11:36:47 +0000 Commit: Warner Losh <imp@FreeBSD.org> CommitDate: 2025-06-11 23:16:21 +0000 Update tramp.S comment Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/1705 Closes: https://github.com/freebsd/freebsd-src/pull/1705 --- stand/kboot/kboot/arch/aarch64/tramp.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stand/kboot/kboot/arch/aarch64/tramp.S b/stand/kboot/kboot/arch/aarch64/tramp.S index f58a95cb8463..c0004006796d 100644 --- a/stand/kboot/kboot/arch/aarch64/tramp.S +++ b/stand/kboot/kboot/arch/aarch64/tramp.S @@ -8,7 +8,7 @@ * This is the trampoline that starts the FreeBSD kernel. Since the Linux kernel * calls this routine with no args, and has a different environment than the boot * loader provides and that the kernel expects, this code is responsible for setting - * all that up and calling the normal kernel entry point. It's analogous ot the + * all that up and calling the normal kernel entry point. It's analogous to the * "purgatory" code in the linux kernel. Details about these operations are * contained in comments below. On aarch64, the kernel will start all the APs so * we don't have to worry about them here.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202506112316.55BNGcjA046135>