The branch stable/14 has been updated by kib:

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

commit 4b8788dd08f1c5ecacb0fe16b2bb39e5082243d1
Author:     Konstantin Belousov <k...@freebsd.org>
AuthorDate: 2025-06-25 03:25:07 +0000
Commit:     Konstantin Belousov <k...@freebsd.org>
CommitDate: 2025-06-29 00:29:13 +0000

    amd64 locore: fix typo in comment
    
    (cherry picked from commit 39c0792b15505436235a0bfd24abee59d6d535d2)
---
 sys/amd64/amd64/locore.S | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/amd64/amd64/locore.S b/sys/amd64/amd64/locore.S
index d39503adadf0..4d10879d9f30 100644
--- a/sys/amd64/amd64/locore.S
+++ b/sys/amd64/amd64/locore.S
@@ -112,7 +112,7 @@ ENTRY(btext)
  * - reset IDT back to long mode.
  */
 ENTRY(la57_trampoline)
-       movq    %rsp,lst(%rip)          /* save registers into memeory */
+       movq    %rsp,lst(%rip)          /* save registers into memory */
        movq    %rbx,lst+8(%rip)        /* upper halves are not saved .. */
        movq    %rbp,lst+0x10(%rip)     /* by 64->32->64 switch */
        movq    %cr4,%rax

Reply via email to