aboutsummaryrefslogtreecommitdiff
path: root/stand/kboot
diff options
context:
space:
mode:
authortropicahq <tropicahq@gmail.com>2025-05-21 11:36:47 +0000
committerWarner Losh <imp@FreeBSD.org>2025-06-11 23:16:21 +0000
commit150274edd2f36c505425bc9dee0ba4fbbe45391a (patch)
tree149990bc571f7a9a21f94088b20173acd87d9d0c /stand/kboot
parentf850a9288bde429befdfc4563288b8d71b58b308 (diff)
Diffstat (limited to 'stand/kboot')
-rw-r--r--stand/kboot/kboot/arch/aarch64/tramp.S2
1 files changed, 1 insertions, 1 deletions
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.